- Notifications
You must be signed in to change notification settings - Fork176
Feature/catch multiline benchmarks#46
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Feature/catch multiline benchmarks#46
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Stitch together multiline names- Source:benchmark-action/github-action-benchmark#46
ghost commentedFeb 3, 2022
I encountered the same issue, would be great to get this merged and released. As a workaround we can add |
That's actually a quite decend workaround until this is merged. Did not know that catch allows to configure this. |
wwerkk commentedMar 22, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Any updates on this PR? |
wwerkk commentedMar 28, 2024
solved the problem by adding |
If Benchmark names are too long, catch wraps them which caused the github action to fail.
Adapted the regex to accommodate for this case.