We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just had a conversation with @AndyAyersMS and Andy asked if we remove the outliers from the overhead.
I did check our code and it looks like we don't:
BenchmarkDotNet/src/BenchmarkDotNet/Engines/RunResults.cs
Line 40 in 52eca7a
Andy has run into a case where it would make a lot of sense:
1.69 1.65 1.70 1.83 2.60 <-- an outlier --> 1.76 1.69 1.69 1.73 1.64 1.66 1.67 1.71 1.68 1.64
@AndreyAkinshin I think that we should remove the outliers from the Overhead. Do you agree?
The text was updated successfully, but these errors were encountered:
d9901ba
@adamsitnik thanks for report, it's a good point. However, I decided that it will be better to just use Median instead of Mean.
Sorry, something went wrong.
Median instead of Mean
the simplest solutions are always the best! thanks!
AndreyAkinshin
No branches or pull requests
I just had a conversation with @AndyAyersMS and Andy asked if we remove the outliers from the overhead.
I did check our code and it looks like we don't:
BenchmarkDotNet/src/BenchmarkDotNet/Engines/RunResults.cs
Line 40 in 52eca7a
Andy has run into a case where it would make a lot of sense:
@AndreyAkinshin I think that we should remove the outliers from the Overhead. Do you agree?
The text was updated successfully, but these errors were encountered: