Closed carlossanlop closed 8 months ago
cc @AndreyAkinshin Recently updated the statistical engine.
@carlossanlop thanks for the report. It was a bug I was introduced at the beginning of this week. The fix is in master and v0.13.13-nightly.20240315.146
.
I'm trying to run a private runtime build comparison as described here: https://github.com/dotnet/performance/blob/main/src/benchmarks/micro/README.md#private-runtime-builds
The instructions suggest using the argument
--statisticalTest 3ms
It throws an exception at the last step of the benchmark comparison because the measurement unit is invalid.
The exception message says I should use
ns
, so I did that. I got the exact same exception message.Then I tried to search for other instances and found an old issue mentioning using
us
, so I did that, and I also got the exact same exception.What should I use them? Are the instructions and the exception message both suggesting using the wrong unit?
@adamsitnik