benchmark
A full featured library for writing and running Dart benchmarks.
0.3.0
123K downloads/mo
#1046 most downloaded on pub.dev
source
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
4 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jan 2021 to Mar 2021
2022
2023
2024
2025
2026
Releases
latest 4-
0.3.005 Mar 2021 -
0.2.104 Jan 2021Release notes
Open source →- Groups with the same name on the same level will be merged together.
- Benchmark can now be run in environments without a terminal attached, for instance in a CI/CD.
-
0.2.002 Jan 2021Release notes
Open source →- BREAKING: Removed the
report()function in favour of the command line tool. - BREAKING: Removed both
GroupEntryandBenchmarkRunnerclasses as parts from the library, they are not useful outside of the library. - Improved the command line tool, beter visual output.
- BREAKING: Removed the
-
0.1.001 Jan 2021Release notes
Open source →- Added
group()function. - Added
benchmark()function. - Added
setUp()function. - Added
setUpEach()function. - Added
setUpAll()function. - Added
tearDown()function. - Added
tearDownEach()function. - Added
tearDownAll()function.
- Added