-
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 …
-
If I have a benchmark in the `src/main/java` directory (not in a package), such as `src/main/java/Test.java`, then I get the following error when running `gradle jmh`:
```
:jmhRunBytecodeGenerator…
-
**Describe the bug**
Running build with `jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'` causes compilation failure due to missing shouldYield field in the `org.openjdk.jmh.…
-
### What
This examples demonstrates to my students that System.arraycopy is not faster than a manual arrayCopy in the long run due to the compiling and optimizations Hotspot applies. Hence the old sa…
-
I dutifully pulled the sample project for the plug-in, and get the same behavior I'd previously gotten, trying to integrate JMH into an existing project. Interesting, I then get this problem running …
-
``` sbt
// project/plugins.sbt
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.27")
```
``` sbt
// build.sbt
enablePlugins(JmhPlugin)
libraryDependencies += "org.slf4j" % "slf4j-jdk14"…
-
Hello, this is a great plugin, thank you. One thing I'd like to see is a different project structure supported by default. Something like:
```
/src
/main/java/...
/test/java......
/…
-
I'm trying to run `jmh` with `async-profiler`, but It seems `async-profiler` cannot recognize the seconds options, for example:
This doesn't recognize `libPath` option:
`bench / Jmh / run -rf json…
-
@rorygraves and @mkeskells have contributed internal profiling to scalac to capture some MXBean statistics during compilation and report these broken down by compiler phase.
There is some overlap w…
-
Java -version output
--------------------
openjdk 22.0.2 2024-07-16
IBM Semeru Runtime Open Edition 22.0.2.1 (build 22.0.2+9)
Eclipse OpenJ9 VM 22.0.2.1 (build openj9-0.46.1, JRE 22 Linux amd64-64…