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
First of all I would like to thank you for making such a good benchmark action, which is almost the only well-functioning and well-maintained benchmark action on github. 🙏 🎉
I have a benchmark that uses criterionbenchmark_group to compare multiple functions, for example I have the following benchmark code:
First of all I would like to thank you for making such a good benchmark action, which is almost the only well-functioning and well-maintained benchmark action on github. 🙏 🎉
I have a benchmark that uses
criterion
benchmark_group
to compare multiple functions, for example I have the following benchmark code:When I run the benchmark locally, I can see in the console that the benchmark's name is a combination of the group's name and the function's name.
However, when running in
codspeed
, the result is only the function name, without the group name, which makes it difficult to compare.The text was updated successfully, but these errors were encountered: