-
Notifications
You must be signed in to change notification settings - Fork 156
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
Error: No benchmark found for bench suite. Possibly mangled output from Catch2: #55
Comments
For completeness, here is the
|
I can reproduce this now. This happens whenever the string for the BENCHMARK name in Catch2 is longer than 35 characters, i.e
works, but
fails. Luckily, there seems to be a PR, already: #46 |
In the meantime, there is a workaround:
Or you can try Bencher, the |
I'm about to set up continuous benchmarking for our project. We benchmark C++ code in a combined R/C++ project with catch2 in a docker container.
When I try to deploy the benchmark results, I get an error that I struggle to approach:
Error: No benchmark found for bench suite. Possibly mangled output from Catch2:
The benchmark results look fine, however:
Do you have an idea or suggestions?
The text was updated successfully, but these errors were encountered: