mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
There are some very useful default arguments, so teach the runner script to directly provide them. They can be easily overridden if needed. As part of this, change the default run count to 10 which much more often produces statistically significant error bars and results. Also, tweak the processing of the results to provide a stable order based on the source order, even when randomized interleaving is enabled. The randomized interleaving improves the statistical strength of the benchmarks significantly, but displaying the results in the source order is much more understandable. This should give roughly the best of both worlds.