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
This probably comes from the fact that benchmark executions are reported as test runs to IDEA, and it interprets them as test method references and renders them this way. Not sure what we can do here apart from developing a specialized integration for kotlinx.benchmarks report messages in IDEA.
I have a benchmark where a parameter is a string value which may contain a dot (well, it's a filename).
When running benchmarks from Idea using a Gradle task, benchmark names are incorrectly interpreted by the Idea:
It would be nice to correctly report benchmark names and parameters in UI.
The text was updated successfully, but these errors were encountered: