Speed tester for COMP250 Assignment 2 @ McGill University!
Requires library https://github.com/TheBigSasha/RuntimeTester
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.
Add the latest jarfile from the releases as a library to your Java IDE:
Click on: File -> Project Structure -> Project Settings -> Libraries -> + -> Java -> (navigate to and select RuntimeTester.jar)
Right click on your project -> Build Path -> Libraries -> Classpath -> Add External JARs... -> (navigate to and select RuntimeTester.jar)!
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
Click on VCS -> get from version control -> paste the link for this repository -> run with Gradle
Dev contact: [email protected] Website: sashaphoto.ca Contributing: read contributing.md


