-
-
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
Op/invocation fail to increase due to [IterationCleanup] #1351
Comments
Seems related to #1338. In our, I noticed that the cause seems to be dependent on the situation, but esp the JIT time, causing the algorithm to incorrectly assume it's a long running test. |
@adamsitnik, this too may be caused by #760. Any thoughts? |
This is by design, as described in our docs
You can read more about why we made such decision in #730 |
@adamsitnik thanks for your reply, I had seen the recommendation to avoid such attribute, but missed the "exactly once". |
Similar to #994
This sample benchmark does not increase the op/invocation on warmup when a method is marked with the [IterationCleanup] attribute:
The workload stall at 1.
When removing the [IterationCleanup] attribute, the workload increase as usual.
The text was updated successfully, but these errors were encountered: