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:AggregatorAggregate the results.- Specified by:
aggregatein interfaceAggregator<TextResult>- Parameters:
results- results to aggregate- Returns:
- aggregated result; may throw exceptions on validation errors
-