Skip to content
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

[GR-61722] Fix last dacapo warmup iteration having the wrong iteration number #10614

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

For N iterations, dacapo runs N-1 warmup iterations, which print
'completed warmup X', as well as a final iteration, which prints
'PASSED'.
The 'warmup' metric should capture all those values in order.
Before, it had a separate rule to capture the pattern using 'PASSED' for
the warmup, which used totalIterations (the value passed to -n) to
determine what the iteration of that measurement is supposed to be.
Using the number passed to -n to determine what number the last
iteration should be is fragile beause that captures the orgininal -n
value and not the replaced -n value for agent and instrumentation runs.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 3, 2025
@graalvmbot graalvmbot closed this Feb 4, 2025
@graalvmbot graalvmbot deleted the pz/GR-61722-bench-iteration branch February 4, 2025 03:12
@graalvmbot graalvmbot merged commit 8d8ea0d into master Feb 4, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants