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
andbaseline
, and returns a new BenchmarkResults object where each BenchmarkScore contains adelta
value.