pub(crate) fn parse_sample_order() -> Result<SampleOrder, String>Expand description
Reads --sample-order <blocked|round-robin> from the process arguments.
Unlike --iterations, a value this does not recognize is an error rather
than a fallback: the two orders disagree with each other by more than most
changes this repository measures, so a run that silently used the other
one would be a measurement of the wrong thing under the right name.