benchto icon indicating copy to clipboard operation
benchto copied to clipboard

Framework for running macro benchmarks in a clustered environment

Results 24 benchto issues
Sort by recently updated
recently updated
newest added

During interpretation of benchmarks it could be helpful to note something about benchmark or query execution. For example that this benchmark execution were run with some property set in particular...

Idea is to add simple mechanism which would set some test benchto environment so we could run benchto-driver with sample benchmarks and check that benchmarks were collected properly by benchto-service....

Currently we are getting a lot of duplicate class warnings during build like: ``` [WARNING] benchto-generator-1.0.0-SNAPSHOT.jar, guava-15.0.jar define 1622 overlapping classes: [WARNING] - com.google.common.collect.ImmutableMapValues$1 [WARNING] - com.google.common.io.LineProcessor [WARNING] - com.google.common.util.concurrent.AbstractService$5...