Skip to content

Releases: TheBigSasha/RuntimeTester

MacOS Arm (M1) Build

11 Nov 06:44
Compare
Choose a tag to compare
MacOS Arm (M1) Build Pre-release
Pre-release

Beta version of MacOS aarch64 build. Not fully tested.

RuntimeTester 1.2

24 Oct 18:13
Compare
Choose a tag to compare

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

23 Oct 19:34
Compare
Choose a tag to compare

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!

23 Oct 19:11
Compare
Choose a tag to compare

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!