Module comparison

Module comparison 

Source
Expand description

Results comparison and report generation.

Structsยง

BenchmarkResults ๐Ÿ”’
Represents the results from a single benchmark run
BenchmarkSummary ๐Ÿ”’
Summary statistics for a benchmark run.
BlockComparison ๐Ÿ”’
Per-block comparison data
CombinedLatencyRow ๐Ÿ”’
Combined latency CSV row structure
ComparisonGenerator ๐Ÿ”’
Manages comparison between baseline and feature reference results
ComparisonReport ๐Ÿ”’
Comparison report between two benchmark runs
ComparisonSummary ๐Ÿ”’
Summary of the comparison between references.
RefInfo ๐Ÿ”’
Information about a reference in the comparison
TotalGasRow ๐Ÿ”’
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.