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

Detect compilation during measurement phase in runtime-benchmarks #10723

Open
Akirathan opened this issue Jul 31, 2024 · 0 comments
Open

Detect compilation during measurement phase in runtime-benchmarks #10723

Akirathan opened this issue Jul 31, 2024 · 0 comments
Assignees
Labels
-compiler -tooling Category: tooling

Comments

@Akirathan
Copy link
Member

Akirathan commented Jul 31, 2024

#10574 introduced detection of compilation during benchmarking for std-benchmarks. We need something similar for benchmarks in runtime-benchmarks. #10574 modifies the code that is generated by the BenchProcessor annotation processor that generates the code for all the JMH benchmarks for stdlibs. In runtime-benchmarks, we are writing all this code ourselves. Therefore, the diff of #10574 cannot be simply used for this. We need to think about how to enable the engine logs and detect these messages for all the benchmarks in runtime-benchmarks without the need to modify them all.

Related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-compiler -tooling Category: tooling
Projects
Status: 📤 Backlog
Development

No branches or pull requests

1 participant