ocaml-bench / sandmark

A benchmark suite for the OCaml compiler
The Unlicense
82 stars 40 forks source link

Fix bench.Dockerfile to allow running chrt for parallel benchmarks #423

Closed punchagan closed 1 year ago

punchagan commented 1 year ago

The Benchmarks section in the README documents this command to correctly run parallel benchmarks. We don't yet run it in Current bench, but this will make us future-proof.

shakthimaan commented 1 year ago

LGTM!