Releases: TheBigSasha/RuntimeTester
MacOS Arm (M1) Build
Beta version of MacOS aarch64 build. Not fully tested.
RuntimeTester 1.2
API Changes
Refactor MainWindow to Visualizer, rename launchGrapher() to overload launch()
GUI Changes
Improve look and feel
Builds
MacOS - RuntimeTester-MacOS.jar
Linux - RuntimeTester-Unix.jar
Windows - RuntimeTester-Windows.jar
Other - To use this library on another platform, compile it by cloning this repository, and using Gradle -> shadowJAR
RuntimeTester 1.1
A tested working release. Complied for Microsoft Windows and tested using https://github.com/TheBigSasha/RuntimeTester_DemoProject
Use the version for your platform:
Windows - RuntimeEfficiency.jar
MacOS - RuntimeTester-Mac.jar
Runtime Tester!
Time to show off some beautiful graphs!
Import this project as a standard library in your IDE!
To launch, call RuntimeTester.MainWindow.launchGrapher()
To launch with your own tests, call RuntimeTester.MainWindow.launchGrapher(myTest.class)
Enjoy!