We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi, I'm implementing a : ManualConfig and I want to have the "Ratio" column. Adding it with Add(BaselineRatioColumn.RatioMean); works fine.
: ManualConfig
Add(BaselineRatioColumn.RatioMean);
But I always want the baseline to be the fastest run instead of having to manually (predetermine) what benchmark should be considered the baseline.
Is that possible somehow? If so, how?
The text was updated successfully, but these errors were encountered:
@rikimaru0345 thanks for the idea! Currently, it's not possible, but it should be easy to implement.
Sorry, something went wrong.
Issue dotnet#1024: Calculate baseline by the fastest benchmark
deedc64
Issue dotnet#1024: Add validations
fd9f34f
Issue dotnet#1024: Correct configuration
d20c117
Issue dotnet#1024: Make AutomaticBaselineSelectionIsCorrect test stab…
3f56984
…le enough
d8d99e2
AndreyAkinshin
Successfully merging a pull request may close this issue.
Hi,
I'm implementing a
: ManualConfig
and I want to have the "Ratio" column.Adding it with
Add(BaselineRatioColumn.RatioMean);
works fine.But I always want the baseline to be the fastest run instead of having to manually (predetermine) what benchmark should be considered the baseline.
Is that possible somehow? If so, how?
The text was updated successfully, but these errors were encountered: