tyto 0.0.3
tyto: ^0.0.3 copied to clipboard
A dead simple benchmarking library for Dart and Flutter.
Changelog #
0.0.3 #
- Add warningMessage to OpsBenchmark.
0.0.2 #
- Add Warning Message to BenchmarkBase.
0.0.1+1 #
- Add exports
0.0.1 #
- Add ReactiveBenchmark.
0.0.1-dev.6 #
- Fix value of memory in the benchmark results.
0.0.1-dev.5 #
- Fix NaN in differenceFromBest when the best score is 0.
0.0.1-dev.4 #
- Add the time spent in the onRun function to the benchmark results.
- Add system information to the benchmark results.
0.0.1-dev.3 #
- Add the possibility to turn on the logging of the benchmark results. (false by default)
0.0.1-dev.2 #
- Pass also results with 0 score
0.0.1-dev.1 #
- Remove the need of Isolates to run the onRun function in Benchmarks.
- Add average score per second.
- Add inEffectiveSeconds to prevent infinite values.
0.0.1-dev.0 #
- Initial development version