package multicore-bench
Framework for writing multicore benchmark executables to run on current-bench
Install
Dune Dependency
Authors
Maintainers
Sources
multicore-bench-0.1.7.tbz
sha256=beba7dca2b93c218a38588de0ca3c5446ca1ff92dec9d296252c8c2d94515c83
sha512=ad5081a860cc36859bf1bd81bdf04459f03d5c78969e500f7fbe73298acdced79b830c6fa4868e526f2c69d132c5121497867756592e419e81c9123448fc44cc
doc/CHANGES.html
0.1.7
- Ported to OCaml 4.12 (@polytypic)
- Added scalable
Countdown
counter (@polytypic)
0.1.6
- Fail when benchmark results have duplicates (@polytypic)
0.1.5
- Improved error handling (@polytypic)
0.1.4
- Automatically filter benchmarks by given diff base file (@polytypic)
- Randomize suites to expose variation from effects on runtime (@polytypic)
0.1.3
- Add
Metric.make
to allow ad hoc metrics (@polytypic)
0.1.2
- Add
-brief
to show results in a concise human readable format (@polytypic) - Add support for
wrap
ping the work without timingwrap
itself (@polytypic) - Add
-diff base.json
switch to diff against base results from file (@polytypic)
0.1.1
- Add debug flag/mode to print progress information (@polytypic)
- Fix to use same start time on all domains (@polytypic)
0.1.0
- Initial version of multicore-bench (@polytypic)