-
## What is your idea?
Add benchmark tests for machine creation latency
## Would you be willing to make the change?
Maybe
## Additional context
https://github.com/aws/event-ruler/pull/104
-
I stumbled upon some suspect code and statement:
@Override public void write(char cbuf[], int off, int len)
throws IOException {
checkNotClosed();
// It turns out that creating a new …
-
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…
-
The [JMH Visualizer](https://github.com/jzillmann/jmh-visualizer) is able to visualize multiple report files. Can this be done using the Jekins plugin?
I have a project that runs some JMH tests ag…
-
Today we have an `OpenJMH` microbenchmark [`BufferBM`](https://github.com/aklivity/zilla/blob/develop/runtime/engine/src/test/java/io/aklivity/zilla/runtime/engine/internal/concurrent/bench/BufferBM.j…
-
Awesome project!
Some remarks and questions I have:
* RAM: using K-d-trees: how is the memory complexity? Can you provide some measurements and graphs for big amounts of data? I think using some…
-
I've been involved in a [cross-language initiative](https://github.com/open-telemetry/community/issues/1617) to improve our community's performance evaluation. Here are the things that I'm working on …
-
If there is just one single attribute we don't have to allocate an extra `HashMap`. In this case we can just use a simple `if statement`
-
For Jvm-only setup, can I use profiler as described in https://github.com/openjdk/jmh/blob/master/jmh-samples/src/main/java/org/openjdk/jmh/samples/JMHSample_35_Profilers.java?
-
Would like an @Ignore or @Disable annotation for this.