-
Hi,
I am using jmh-gradle-plugin 0.3.0. Base on the src code, this plugin is using
org.openjdk.jmh.generators.bytecode.JmhBytecodeGenerator.
But when I tried to remove "jmh spec.external.jmhGenerato…
-
The list of options to JMH needs to be updated to reflect JMH advances.
A better option might be to have a JMH options parameter that can combine a number of options.
-
## 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" …
-
Refer to
https://qiita.com/taketora/items/0cee66b5d5552285f5de
https://github.com/ktoso/sbt-jmh/blob/master/plugin/src/sbt-test/sbt-jmh/run/src/main/scala/org/openjdk/jmh/samples/JMHSample_01_HelloW…
-
I have made quick benchmark using JMH.
https://github.com/magicprinc/benchmarks4vertx
It definitely requires more expert tuning,
but at first glance, the results are interesting.
In some case…
-
**Describe the bug**
I try to read chunked data which are encoded with the fixed-array indexing type and get the error `java.lang.ArithmeticException: Could not convert to unsigned`. Here is the fu…
-
I've been trying to use ap-loader-* artifacts from maven but afaics the released jar's from github release page and the maven central jars are NOT the same.
Resulting in this error using the maven …
-
I have an interesting usecase where I'm deserializing a JSONB column from Postgres into a class object. In most cases however I'm just sending these as a CRUD API output over http. So it would be fast…
-
While working on #9081, I noticed that the performance of ZIO's `Semaphore` was in some cases slower than using a `ReentrantLock`, especially for cases where there is no contention / awaiting to acqui…
-
This is a talk shares insights on
- How compilers use intrinsics to optimise specific methods (both C2 & Graal)
- How Graal uses intrinsics to optimise String.indexOf
- Micro-benchmarking: How can …