-
Methods in io.nosqlbench.nb.api.testutils that return Perf
| Modifier and Type |
Method |
Description |
Perf |
Perf.add(Result result) |
Add a test result to this performance collector.
|
Perf |
Perf.add(java.lang.String description,
long start,
long end,
long ops) |
Add a test result to this performance collector.
|
Perf |
Perf.reduceConcurrent() |
Reduce a number of independent and concurrent runs into a single summary.
|
Perf |
Perf.sort(java.util.function.Function<Result,java.lang.Double> resultProperty) |
Sort the internal results according to some property
|