Skip to content
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

Reporting: when running in Idea, dot in a benchmark param's name is treated like class/method separator #191

Open
fzhinkin opened this issue Feb 22, 2024 · 1 comment

Comments

@fzhinkin
Copy link
Contributor

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:
Screenshot 2024-02-22 at 12 34 43 PM

It would be nice to correctly report benchmark names and parameters in UI.

@ilya-g
Copy link
Member

ilya-g commented Feb 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants