ocaml-bench / sandmark

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

Get latency and throughput information from the same benchmark runs #454

Open punchagan opened 1 year ago

punchagan commented 1 year ago

We currently have separate runs for getting the throughput and latency information (using olly latency), but it should be possible to get all of this data from a single run. See comments by KC and Sudha