Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nicholasvuono nicholasvuono released this 18 Mar 09:08
· 3 commits to main since this release
0770800

Release 0.1.0 🎉

An initial release featuring the barebones implementation of the project!

This release includes the following:

  • 3 types of executors
    • iterations - runs a set number of iterations sequentially
    • duration - runs sequentially for a specified duration of time
    • iterations-per-second - runs a specified number of iterations every second, allowing you to run a constant throughput rate pretty easily

Results are not yet displayed and will be released with the next iteration via a terminal output!