Package org.openjdk.jmh.results
Class RunResult
java.lang.Object
org.openjdk.jmh.results.RunResult
- All Implemented Interfaces:
Serializable
Complete run result.
Contains the iteration results.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Collection
<BenchmarkResult> static final Comparator
<RunResult> private final BenchmarkParams
private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the benchmark result, as if all iterations from all sub-benchmark results were merged in a single result.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
benchmarkResults
-
params
-
DEFAULT_SORT_COMPARATOR
-
-
Constructor Details
-
RunResult
-
-
Method Details
-
getBenchmarkResults
-
getPrimaryResult
-
getSecondaryResults
-
getAggregatedResult
Return the benchmark result, as if all iterations from all sub-benchmark results were merged in a single result.- Returns:
- merged benchmark result
-
getParams
-