ocaml-bench / sandmark

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

Add pausetimes to nightly runs #424

Closed Firobe closed 1 year ago

Firobe commented 1 year ago

This add pausetimes benchmarking on sequential programs in the nightly navajo and turing runs. It also refactors run_all_custom.sh to be a bit more readable.

Tested locally on Navajo

Firobe commented 1 year ago

Should we run olly latency for some benchmarks in CI, as well?

Sure! I plan to do this in a next PR in a next separate PR

Firobe commented 1 year ago

Added pausetimes on parallel benchmarks as well, since we want to report both

shakthimaan commented 1 year ago

LGTM!