This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Releases: dart-archive/benchmark_harness
Releases · dart-archive/benchmark_harness
v2.2.3
-
Require Dart 3.2.
-
Add PerfBenchmarkBase class which runs the 'perf stat' command from linux-tools on a benchmark and reports metrics from the hardware performance counters and the iteration count, as well as the run time measurement reported by BenchmarkBase.
Full Changelog: v2.2.2...v2.2.3
v2.2.2
- Added package topics to the pubspec file.
- Require Dart 2.19.
v2.2.1
- Improve convergence speed of
BenchmarkBase
measuring algorithm by allowing some degree of measuring jitter.