You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This depends a lot on the behavior of the JIT, but also may change with concurrent GC
I would use our current default to start with
My preference would be to evolve the scripts to tune the number of invocations to a statistical target
DaCapo has something like that built in w.r.t. iterations, not invocations
Possibly it would work to use that flag on DaCapo and then you could get away with maybe only 10 invocations
But a key message is that different benchmarks behave very differently, so it is quite inefficient to apply the same rule to all
Since logs can be combined, if the baseline gave reasonable results, then someone who wanted "super" results would just run the whole thing N times, until the results were suitably clean
Also see #14
The text was updated successfully, but these errors were encountered: