ocaml-bench / sandmark

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

Make the "soli" bench run longer #385

Closed xavierleroy closed 2 years ago

xavierleroy commented 2 years ago

Currently it takes about 10 milliseconds, which is hard to measure. This PR adds a command-line parameter to run the test N times. The suggested values for N in native-code and in bytecode result in execution times on the order of 5 seconds on a fast PC.