This is a small app that lets you create scenarios and compare their performance.
All tests contain at least one scenario.
This app is fully functional, but also still a work in progress.
- compare multiple scenarios solving the same problem, and find out which is most efficient;
- scenarios sorted automatically from fastest to slowest;
- easily add your own tests and scenarios;
- run multiple tests in one go.
- extend this README:
- add install instructions
- add usage instructions
- override sorting
- override run time (currently fixed at 2.5 seconds per scenario)
- automatically pick test from available tests
- better separate abstract/base classes from concrete test classes
- improve output readability
- add (optional) progress bar
- add more test details to output (test name, input/output, etc.)
- add memory statistics
- add "x% slower" metrics to output