-
No need for the local counter to save on a volatile read. Did some JMH benchmarks and there is no difference.
-
We do benchmark and test off-heap bitmaps in some specific benchmarks:
https://github.com/RoaringBitmap/RoaringBitmap/blob/11fc14b27b674fbb721104630812af248dc75b02/jmh/src/main/java/org/roaringbitm…
-
Hi, Authors
I want to profile the instruction of the code of https://github.com/mkyong/jmh-benchmark.git
and find that: bjdump: /tmp/perf-1390290.map: File format not recognized.
How …
-
Benchmarks would be nice to help make performance improvements.
I propose to use JMH with some benchmarks that allow us to compare using straight jdbc patterns (lots of try-catch-finally } to using r…
-
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…
-
### Change
As far as practical, address the warnings raised by the maven build including hidden warnings about deprecated features.
* Some warnings are not being suppressed in the maven build by…
-
When I created a benchmark, some classes are generated to output path. Then I deleted this benchmark from sources. But `sbt benchmarkproject/run` is still trying to find those classes causing error as…
-
On Windows, with plugin version 0.4.4, Gradle 4.1, and OpenJDK (not Oracle JDK!) I get:
```
Caused by: org.gradle.api.GradleException: Error during execution of benchmarks
at me.champeau.…
loxal updated
7 years ago
-
Hi, would love to see some test cases. Especially, opening JARs straight from the "normal" filesystem, and JARs embedded within JARs, but this looks incredibly promising. One awesome convenience featu…
-
The Java Persistence API (JPA) is the go to solution for writing the persistence layer in many enterprise and cloud enabled applications. There are many tricks that can be applied to make the applicat…