Expand description
Results comparison and report generation.
Structsยง
- Benchmark
Results ๐ - Represents the results from a single benchmark run
- Benchmark
Summary ๐ - Summary statistics for a benchmark run.
- Block
Comparison ๐ - Per-block comparison data
- Combined
Latency ๐Row - Combined latency CSV row structure
- Comparison
Generator ๐ - Manages comparison between baseline and feature reference results
- Comparison
Report ๐ - Comparison report between two benchmark runs
- Comparison
Summary ๐ - Summary of the comparison between references.
- RefInfo ๐
- Information about a reference in the comparison
- Total
GasRow ๐ - Total gas CSV row structure
Functionsยง
- calculate_
std_ ๐dev - Calculate standard deviation from a set of values and their mean.
- percentile ๐
- Calculate percentile using linear interpolation on a sorted slice.