ocaml-bench / sandmark

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

Include pausetimes in jupyter notebook #420

Open Firobe opened 1 year ago

Firobe commented 1 year ago

Continuation of https://github.com/ocaml-bench/sandmark/issues/358#issuecomment-1322898548

Pausetimes runs should be added to nightly and the results should be accessible via jupyter notebooks. Care should be taken to not use the instrumented runtime (this should already be the case).

Firobe commented 1 year ago

First step towards this, adding pausetimes to nightly runs: https://github.com/ocaml-bench/sandmark/pull/424