-
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/
-
**Describe the issue**
During a benchmark I noticed high numbers for a slow path within our codebase. It uses static `MethodHandle`s.
OpenJDK 17 amd64
```
Benchmark …
-
Currently the only way to configure benchmarks execution is via `jmh` block. However this configuration is static, i.e. any change requires changing `build.gradle` file. This is annoying especially if…
-
We already have some JMH based benchmarks but we never collect any values and have no infrastructure for reproducible benchmarks.
-
**Describe the bug**
`jmh-gradle-plugin` misses PGP signatures, so every upgrade would require SHA for verifications.
**To Reproduce**
Add dependency on jmh-gradle-plugin
vlsi updated
11 months ago
-
[This json file](https://github.com/jzillmann/jmh-visualizer/files/15011715/test.json) gets incorrectly visualized when uploading to https://jmh.morethan.io/:
![image](https://github.com/jzillmann/…
-
Evaluate the performance of zio actors.
Ideally this should cover a range of cases similar to the ones covered by akka performance benchmarks https://github.com/akka/akka/tree/master/akka-bench-jmh/s…
-
Serialization/Deserialization of `Integer[]` performs worse than `ArrayList`. This seems counter-intuitive.
Timings I get,
```
Benchmark Mode Cnt S…
-
Reading some of the best submissions i think a lot of clever tricks people do never come to play (or even harm the numbers) because C2 will not optimise it the way they intended, imo for future submis…
-
I'm newish to the Java space but need to get up and running using JMH in gradle.
I'm having a world of trouble getting JMH to work for even simple projects, and the fact that there are no standalone …