Crate reth_bench_compare

Crate reth_bench_compare 

Source
Expand description

ยงreth-bench-compare

Automated tool for comparing reth performance between two git branches. This tool automates the complete workflow of compiling, running, and benchmarking reth on different branches to provide meaningful performance comparisons.

Modulesยง

benchmark ๐Ÿ”’
Benchmark execution using reth-bench.
cli ๐Ÿ”’
CLI argument parsing and main command orchestration.
comparison ๐Ÿ”’
Results comparison and report generation.
compilation ๐Ÿ”’
Compilation operations for reth and reth-bench.
git ๐Ÿ”’
Git operations for branch management.
node ๐Ÿ”’
Node management for starting, stopping, and controlling reth instances.

Staticsยง

ALLOC ๐Ÿ”’

Functionsยง

main ๐Ÿ”’