Feature/catch multiline benchmarks#46
Feature/catch multiline benchmarks#46bernedom wants to merge 2 commits intobenchmark-action:masterfrom
Conversation
- Stitch together multiline names - Source: benchmark-action/github-action-benchmark#46
|
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. |
|
Any updates on this PR? |
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.