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

Feature request: benchmark description #278

Open
erikvanoosten opened this issue Oct 27, 2024 · 1 comment
Open

Feature request: benchmark description #278

erikvanoosten opened this issue Oct 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@erikvanoosten
Copy link

Request

Add a new optional property description to each benchmark. When present, the description is displayed below the benchmark name or below the benchmark graph.

Rationale

If we look for example at https://zio.github.io/zio-kafka/dev/bench/ we see vague benchmark names that are derived from code names. By themselves they make sense, but every time we need to look up what the benchmark actually does.

Without the description, the benchmark result cannot be interpreted and is therefore worthless.

@ktrz ktrz added the enhancement New feature or request label Nov 9, 2024
@ktrz
Copy link
Member

ktrz commented Nov 9, 2024

Hey @erikvanoosten
Thank you for submitting the issue. I need some clarification on what is the exact feature you're asking for.

Do you need to be able to specify additional description param for the benchmark run here. This way way we could display the description under JMH Benchmark in the case of zio-kafka

If you need to have a description for each single benchmark? In that case the JSON output from JMH would need to contain that data and as far as I've seen so far it does not. Is there a way to get that information into JMH output?

Screenshot 2024-11-09 at 21 21 25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants