benchmark 0.1.0
benchmark: ^0.1.0 copied to clipboard
A full featured library for writing and running Dart benchmarks.
0.1.0 #
- Added
group()function. - Added
benchmark()function. - Added
setUp()function. - Added
setUpEach()function. - Added
setUpAll()function. - Added
tearDown()function. - Added
tearDownEach()function. - Added
tearDownAll()function.