ocaml-bench / sandmark

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

Use correct CPU when running benchmarks using current-bench #426

Closed punchagan closed 1 year ago

punchagan commented 1 year ago

The CPU is specified using a build arg and currently the configuration is specific to work only for sequential benchmarks. The production worker currently has only 2 isolated CPUs and it is not yet clear how we are going to run the parallel benchmarks using Autumn.

punchagan commented 1 year ago

Also, set BENCH_CPU=2 in production.conf on Autumn to get the build working.

shakthimaan commented 1 year ago

LGTM!