Package org.openjdk.jmh.results
Class TextResultAggregator
java.lang.Object
org.openjdk.jmh.results.TextResultAggregator
- All Implemented Interfaces:
Aggregator<TextResult>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregate
(Collection<TextResult> results) Aggregate the results.
-
Constructor Details
-
TextResultAggregator
TextResultAggregator()
-
-
Method Details
-
aggregate
Description copied from interface:Aggregator
Aggregate the results.- Specified by:
aggregate
in interfaceAggregator<TextResult>
- Parameters:
results
- results to aggregate- Returns:
- aggregated result; may throw exceptions on validation errors
-