-
Hi,
I'm trying to setup the JMH integration in zio-kafka benchmarks but I have an error when I run the benchs.
All the details: https://github.com/zio/zio-kafka/pull/883
Thanks for your help …
-
This is actually a question, not a bug itself.
1) Is there a way to run a single test class? For example if I have multiple file in src/jmh? It should be a trivial thing to have, but I might simpl…
-
It is possible to keep tests for example in src/test/scala directory?
-
**What is the bug?**
The Custom Serialization logic was added to the security plugin codebase in an effort to improve serialization speed in different scenarios; however, a scenario was found where t…
-
Currently, we report benchmarks in a very naive fashion - for each benchmark name (label), we report only _score_, which is a measurement of how many iterations were done in a millisecond. The benchma…
-
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…
-
For some kind of statistics, we are planing to perform a cache-based solution to improve performance because the operations are time consuming (e.g., #15). Nevertheless, we want to be sure that the pe…
-
Hi
We have a Spring Data JPA (Hibernate) project that we would like to migrate to Spring Data JDBC.
The main reasons are simplified configuration and model mapping. And we thought that it would le…
-
Hi all,
I tried the benchmarks with Java 11 OpenJDK and Spring Boot 2.2.4 and here is the result:
https://github.com/lofidewanto/spring-boot-aspectj/tree/master/benchmarks
It looks slower tha…
-
There are many classes and tests under the "perf" sourceset.
Not sure what all of these do, if they're relevant etc.
There is currently no way to track performance of the Disruptor in CI. Using so…
Palmr updated
4 years ago