-
## Benchmark result
```
Benchmark Mode Cnt Score Error Units
IntCompressionBench.fastPFORCompression thrpt 12 210.045 ± 4.269 ops/s
In…
-
Intel DAAL implementation of PCA
# integrate with {{h2o-3}}
## implement DAAL version of PCA as new implementation of the {{PCAImplementation}} interface
## add necessary enums and constructors
…
-
We need to start using JMH to benchmark our datatypes against those from the standard library where it makes sense
-
Thanks for such a nice project! I'm using JMH for quite a while and only just now found it :)
I'm trying to use visualizer to compare values for different flavors of the same code, not several runs…
-
Latest version of the plugin `0.4.2` generates incomplete jar: the jar files only contains project code and no third-party dependencies. In fact it is much weirded as it includes project classes with …
-
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 …
-
It looks like the `AppData` structure always allocates `fdsEmergency` even if it's not possible for them to be used. Eliminating the allocation of these file descriptors would be a nice clean up.
C…
-
When I try to run benchmarks, the run fails with a "No module defined" error message.
![screen shot 2015-03-31 at 12 19 51 pm](https://cloud.githubusercontent.com/assets/1891321/6924828/c5676d66-d7a0-…
-
## What version of OpenRewrite are you using?
org.openrewrite.rewrite.gradle.plugin:6.4.3
## How are you running OpenRewrite?
```kotlin
plugins {
id("org.openrewrite.rewrite")
}
dep…
-
Right now, scripts in bleep are configured via Scala code, objects and such added as part of the build. For example, a publishLocal script you wrote for bleep uses a config object to determine if a pr…