tasty-bench/changelog.md

42 lines
866 B
Markdown
Raw Normal View History

2021-05-28 22:08:50 +03:00
# 0.2.6
* Report mean time with 3 significant digits.
* Run benchmarks only once, if `RelStDev` is infinite.
* Make `Benchmarkable` constructor public.
* Expose `measureCpuTime` helper to run benchmarks manually.
2021-04-02 13:47:49 +03:00
# 0.2.5
* Fix comparison against baseline.
2021-03-31 01:12:14 +03:00
# 0.2.4
* Add a simplistic SVG reporter.
* Add `bcompare` to compare between benchmarks.
* Throw a warning, if benchmarks take too long.
2021-03-18 01:42:32 +03:00
# 0.2.3
* Prohibit duplicated benchmark names in CSV reports.
2021-02-26 22:51:08 +03:00
# 0.2.2
* Remove `NFData` constraint from `whnfIO`.
2021-02-07 02:39:39 +03:00
# 0.2.1
* Fix integer overflow in stdev computations.
2021-02-05 22:18:14 +03:00
# 0.2
* Add `env` and `envWithCleanup`.
* Run console and CSV reporters in parallel.
* Extend console reporter and export it as `consoleBenchReporter`.
* Add comparison against baseline and relevant options.
* Export `RelStDev` option.
* Export `benchIngredients`.
2021-01-30 17:17:47 +03:00
# 0.1
2021-01-19 03:23:42 +03:00
* Initial release.