public class RunResult extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Comparator<RunResult> |
DEFAULT_SORT_COMPARATOR |
| Constructor and Description |
|---|
RunResult(BenchmarkParams params,
Collection<BenchmarkResult> data) |
| Modifier and Type | Method and Description |
|---|---|
BenchmarkResult |
getAggregatedResult()
Return the benchmark result, as if all iterations from all sub-benchmark results
were merged in a single result.
|
Collection<BenchmarkResult> |
getBenchmarkResults() |
BenchmarkParams |
getParams() |
Result |
getPrimaryResult() |
Map<String,Result> |
getSecondaryResults() |
public static final Comparator<RunResult> DEFAULT_SORT_COMPARATOR
public RunResult(BenchmarkParams params, Collection<BenchmarkResult> data)
public Collection<BenchmarkResult> getBenchmarkResults()
public Result getPrimaryResult()
public BenchmarkResult getAggregatedResult()
public BenchmarkParams getParams()
Copyright © 2012-2015 Oracle. All Rights Reserved.