-
Would like an @Ignore or @Disable annotation for this.
-
Caliper attempts to measure how much time a given function takes to process by sending it various sizes of work, but Java 8's new compiler optimizations can remove loops that don't change state and do…
-
Hi,
I'm trying to use this plugin for benchmarks in the bitcoinJ library in order to benchmark different DB implementations.
I'm trying to use parameterized tests, but I get an error:
`* What w…
-
One of the travis builds failed on the reproducibility test without apparent relation to the change (I think). Makes me think maybe it just surfaced there:
https://travis-ci.org/bazelbuild/rules_scal…
-
I am trying to run JMH against [LoganSquare](https://github.com/bluelinelabs/LoganSquare), which depends on the gradle apt plugin and also does annotation processing.
But every time I do and start the…
-
Hello @ianopolous .
I'm writing you because I have [forked](https://github.com/bobymicroby/tweetnacl-java/tree/bobymicroby/gradleBuild) your repo and wanted to let you know about it.
The main reason…
-
It seems to be a big bottleneck in one of the [benchmarks](https://github.com/monix/monix/blob/series/3.x/benchmarks/shared/src/main/scala/monix/benchmarks/ChunkedEvalFilterMapSumBenchmark.scala)
S…
-
Thank you for open-sourcing this repo! I read https://medium.com/oracledevs/unifiedset-the-memory-saver-25b830745959 and was shocked to see `contains()` performance drop to
-
We have been studying the performance of `philosophers` on large machines, and realized that the number of CPUs on the machine selects the number of philosophers in the benchmark.
This means that …
-