Skip to content

Runtime Efficiency Tester step definitions for COMP250 Assignment 2 Fall 2020 @ McGIll University - Uses library: theBigSasha/RuntimeTester

Notifications You must be signed in to change notification settings

TheBigSasha/COMP250A2_SpeedTester

Repository files navigation

COMP250 Fall 2020 Assignment 2 Speed Tester

Speed tester for COMP250 Assignment 2 @ McGill University!

Requires library https://github.com/TheBigSasha/RuntimeTester

Java Library to plot the Time Complexity of methods!

You should use the .jar compiled for your operating system (RuntimeTester-windows.jar, RuntimeTester-MacOS.jar, or RuntimeTester-Unix.jar), or compile this project using shadowJAR for your OS if it is not one of those 3.

📚 Library Installation

Add the latest jarfile from the releases as a library to your Java IDE:

IntelliJ IDEA

Click on: File -> Project Structure -> Project Settings -> Libraries -> + -> Java -> (navigate to and select RuntimeTester.jar)

Eclipse

Right click on your project -> Build Path -> Libraries -> Classpath -> Add External JARs... -> (navigate to and select RuntimeTester.jar)!

💻 Usage

Add SpeedTester.java and RuntimeTester-(your platform).jar to your project with assignment 2. note: do not import RuntimeTester.* to your A2 assignment files, only keep the import in speedtester.java

📷 Screenshots and Expected Behaviour

📁 Cloning as an Eclipse / IntelliJ project

IntelliJ IDEA

Click on VCS -> get from version control -> paste the link for this repository -> run with Gradle

💖 Contributing, Contact, and Feedback

Dev contact: [email protected] Website: sashaphoto.ca Contributing: read contributing.md

About

Runtime Efficiency Tester step definitions for COMP250 Assignment 2 Fall 2020 @ McGIll University - Uses library: theBigSasha/RuntimeTester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages