-
Hey,
InteliJ natively supports [profiling (either CPU or memory)](https://www.jetbrains.com/help/idea/cpu-profiler.html) what I would like to be able to do is execute by JMH tests in profile mode a…
-
**Describe the bug**
When I attempt to run the jmh task a second time without making any code changes, Gradle skips running it. That's because Gradle sees that all the dependencies of the jmh task a…
-
### Description
50 runs of VirtualMap benchmarks (passed, though) reported the following errors in a logs, output/swirlds.log:
```
grep -E 'ERROR EXCEPTION|WARN EXCEPTION' swirlds.log | perl -ne…
-
Hi,
Thanks for contribuing EXI. I noticed that the project doesn't have any performance tests or benchmarks. Would you be interested in contributions towards this?
-
Hi @jeffque I was thinking that we should add the Native Image and as well both JIT and Native Image from Oracle GraalVM, to properly compare "all" options. And perhaps integrate it better with JMH.
…
-
I'd like to write some [JMH](https://openjdk.java.net/projects/code-tools/jmh/) benchmarks, to get some throughput stats of guice in
single and multi-threaded use-cases. I think that this would be a …
-
The performances test as they are currently written are biased due to the JVM optimizations.
[JMH](http://openjdk.java.net/projects/code-tools/jmh/), would help to to write unbiased benchmarks.
-
Hi
I created new Gradle project, created src/jmh/java folder and put one class with benchmark operations. This class works fine with JMH Maven plugin. However when I run "gradle jmh" command for th…
-
Use JMH maven archetype to create test benchmarks:
http://mvnrepository.com/artifact/org.openjdk.jmh/jmh-core
-
Thanks for a nice plugin!
At the moment, `./gradlew jmh` will run all JMH benchmarks in a project. This is often useful, but sometimes you might want to selectively run just one or a few benchmarks…