benchmark_runner 0.1.4 benchmark_runner: ^0.1.4 copied to clipboard
A library for writing inline micro-benchmarks, reporting score statistics, and running sync/async benchmarks.
0.1.4 #
- Fixed bugs in runner (results were listed twice, exit code was always 0).
0.1.3 #
- Added progress indicator to output generated by
benchmark_runner
. - Results are now printed as soon as the individual process returns.
0.1.2 #
- Amended all links referencing the API documentation. (/doc/api -> /latest).
0.1.1 #
- Added extension
BenchmarkHelper
. - Improved calculation of sample size.
- Extended docs, added image.
- Added class
Score
.
0.1.0 #
- Added tests for class
Stats
. ColorEmitter
now scales benchmark score stats (that are larger than 1000 us).- Added class
Score
.
0.0.4 #
- Updated dependencies.
0.0.3 #
- Updated dependencies.
- Amended
README.md
.
0.0.2 #
- Amended package description.
- Formated files.
- Amended tags.
0.0.1 #
- Initial version