-
Notifications
You must be signed in to change notification settings - Fork 326
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
Failure in a benchmark iteration is not reported #9256
Comments
Priority is |
If Enso dry-run benchmark fails, the process still succeeds. For example, at https://github.com/enso-org/enso/actions/runs/8340141213/job/22823504898?pr=9458#step:8:2260. Only JMH dry-run benchmarks were fixed. Reopening.
|
The benchmark that silently fails in that case is
|
For example, here: https://github.com/enso-org/enso/actions/runs/8117569264/job/22190038426?pr=9150#step:8:16302.
There is a failure in a benchmark iteration, but the whole benchmark run succeeds. We should report an error once something like that occurs.
Dry-run benchmarks run as part of our tests should fail when some of the benchmark iteration fails, whereas, the real benchmarks should not.
Relates to: #9394
The text was updated successfully, but these errors were encountered: