-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve benchmark runner output in case of errors #51
Comments
There is something odd going on in CI. For some reason hydra's internal error handling fails while processing an error. I cannot reproduce this locally. Maybe this is because CI is running on Python 3.10 already. However, the actual error is always printed. It only is located further up. The line
in your snippet tells you that an error occurred during the barber benchmark in the LF C target. When searching the log for babrer, you get this:
|
Nice catch! Looks like that branch is using an older version of reactor-c. |
From my experience fixing bugs in the C benchmarks for lf-lang/lingua-franca#777, the |
See https://github.com/lf-lang/lingua-franca/actions/runs/1414065663.
The text was updated successfully, but these errors were encountered: