-
-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
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
Make MaxIterationCount configurable, keep current value as default #763
Comments
…MultimodalDistributionAnalyzer is not going to work, #763
@AndreyAkinshin I also added hint for case when the IterationCount < 15 and MultimodalDistributionAnalyzer is not going to work |
@adamsitnik, I don't think that we should display such hint. We provide too many features, some of them can be disabled in some cases, and it's OK. We shouldn't print a hint for each feature which is disabled for the current benchmark; we should keep the output as small as possible and display information which is essential for the ongoing performance investigation. |
@AndreyAkinshin I agree with you that we should not print too many hints, however, I think that this particular hint is going to be helpful. Typically, when the benchmark has multimodal distribution, our engine runs it the default max iteration count (100). This is when some users might want to use the new settings - When I was testing To make sure that we print this hint only once I implemented @AndreyAkinshin does it convince you? |
|
@AndreyAkinshin I think that we have two options:
@AndreyAkinshin what do you think? |
@adamsitnik, I like both options. =) |
👍 I am going to remove it right now |
…MultimodalDistributionAnalyzer is not going to work, dotnet#763
As of today, the
MaxIterationCount
inEngineTargetStage
is constant and equal100
.It would be nice to have a possibility to configure it.
Reasoning: I have some multimodal benchmarks and they run 100 iterations as of today. It would be nice if I could set it for my purpose to let's say 15 and have the results ready sooner.
The text was updated successfully, but these errors were encountered: