public class BenchmarkTaskResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
allOperations
Total benchmark ops done.
|
private long |
measuredOperations
Measured benchmark ops done: total without sync iterations.
|
private java.util.Collection<Result> |
results |
Constructor and Description |
---|
BenchmarkTaskResult(long allOperations,
long measuredOperations) |
Modifier and Type | Method and Description |
---|---|
void |
add(Result result) |
long |
getAllOps() |
long |
getMeasuredOps() |
java.util.Collection<Result> |
getResults() |
private final long allOperations
private final long measuredOperations
private final java.util.Collection<Result> results