analysis library

Classes

BenchmarkResults
The result of running a benchmark.
BenchmarkScore
A single benchmark score value collected from the benchmark.

Functions

computeAverage(List<BenchmarkResults> results) BenchmarkResults
Returns the average of the benchmark results in results.
computeDelta(BenchmarkResults baseline, BenchmarkResults test) BenchmarkResults
Computes the delta for each matching metric in test and baseline, and returns a new BenchmarkResults object where each BenchmarkScore contains a delta value.