You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone here in the meantime, use this workaround:
As a workaround we can add #define CATCH_CONFIG_CONSOLE_WIDTH 200 (or any width needed) in the benchmark source to overwrite catch2's default output width of 80 characters to prevent long benchmark names wrapping.
When a benchmark name is too long catch2 wraps the benchmark name:
benchmark-action/github-action-benchmark#55
Add this test file: https://github.com/benchmark-action/github-action-benchmark/blob/7bec15aacc831ab865c072311324173b9a61a3dc/test/data/extract/catch2_output.txt
For anyone here in the meantime, use this workaround:
benchmark-action/github-action-benchmark#46 (comment)
The text was updated successfully, but these errors were encountered: