-
## steps
sbt version: 1.0
Setup a dummy project with benchmarks files in `projectName/bench/...`.
And with following build.sbt:
```scala
val jmh = Seq(
"org.openjdk.jmh" % "jmh-core" …
-
In the next snippet the code I want to benchmark is called only on the first benchmark iteration.
How can I make it to be called on each iteration on JVM and native targets?
```kotlin
object Init…
-
Hello,
I'm using the plugin in combination with IntelliJ IDEA 15.0.4 and I try to run the example JMHSample_25_API_GA, which uses the JMH API.
But when I try to execute the main() method I always ge…
-
Hi there,
I noticed this post a and repo via twitter. I wanted to suggest improving the benchmarks as in their current state they create incorrect measurements, and thus end up misleading readers of …
ktoso updated
6 years ago
-
**Is your feature request related to a problem? Please describe.**
We have experimental support (requiring `--power`) for running benchmarks with the `--jmh` and `--jmhVersion` options, but there's n…
-
Replace or enhance the wrk regression script with JMH benchmarks... See https://blog.codecentric.de/en/2017/10/performance-measurement-with-jmh-java-microbenchmark-harness/
-
It would be nice to run benchmarks:
- on demand (manual trigger)
- on each release
Then, the job should gather results and upload them somewhere (gist?) so that we could visualize them like this:…
-
Please introduce a separated module for performance tests with JMH, including scripts for launching them like here: https://github.com/FasterXML/jackson-benchmarks
For visualization and comparison …
-
Having looked at the plugin code I was not able to find a way to change the location of generated benchmark classes.
With a typical gradle setup, whereby JMH sources are under `src/jmh`, running the …
-
Investigate possible perf regression with off-heap scoring on JDK 22.
relates #13497