tyto 0.0.1-dev.3
tyto: ^0.0.1-dev.3 copied to clipboard
A dead simple benchmarking library for Dart and Flutter.
Changelog #
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