Имя |
Описание |
AsyncResultsAggregator |
Since TestContextResultReceived calls are synchronous from benchmarking threads, this class unloads processing to its own seperate thread It's already used in LoadRunnerEngine, so no need to reuse it again. |
HistogramAggregator |
Generic X/Y histogram aggregator/builder. Use RegisterDimension() and AddMetric() methods to add concrete aggregates |
HistogramResultsAggregator |
Aggregates results by provided group key using Func<TestContextResult, object>() |
TimeHistogramResultsAggregator |
Aggregate results by test execution time |
TotalsResultsAggregator |
Calculates totals without doing any aggregations |