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
Fields -
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
-
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
-