-
It's a good idea having several microbenchmarks for la4j wirtten with [JMH](http://openjdk.java.net/projects/code-tools/jmh/).
-
### Description
50 runs of VirtualMap benchmarks (passed, though) reported the following errors in a logs, output/swirlds.log:
```
grep -E 'ERROR EXCEPTION|WARN EXCEPTION' swirlds.log | perl -ne…
-
http://openjdk.java.net/projects/code-tools/jmh/
-
When running benchmarks on JVM, an old version of JMH is used by default (https://github.com/Kotlin/kotlinx-benchmark/blob/master/gradle.properties#L5).
In addition to numerous improvements made in J…
-
I wrote this in an existing project, so sorry for not giving it as a proper PR. That project uses Gradle and I'm not feeling up to messing with Maven tonight. 😄
A Zipfian distribution (power law) …
-
My JMH runs are full of
```
09:49:54.977 [megacorp.LoadTest.searchComplex-jmh-worker-1] DEBUG org.apache.http.headers
```
The documentation does not show how to change the log level and on the ap…
-
Goal: to compare performance/algorithms of Google protobuf and PBJ
To investigate, setup, run and report algorithmic diff
Good starting point:
https://github.com/hashgraph/pbj/blob/79ac1de7b8b70…
-
Hi,
Thanks for contribuing EXI. I noticed that the project doesn't have any performance tests or benchmarks. Would you be interested in contributions towards this?
-
I am seeing this failure when running the JHM tests. No results are produced from this test due to the failure:
```
# Run progress: 6.67% complete, ETA 00:00:43
# Fork: 3 of 10
# Warmup Iteration …
-
I'd like to write some [JMH](https://openjdk.java.net/projects/code-tools/jmh/) benchmarks, to get some throughput stats of guice in
single and multi-threaded use-cases. I think that this would be a …