Expand description
reth benchmark
command. Collection of various benchmarking routines.
Modulesยง
- context ๐
- This contains the
BenchContext
, which is information that all replay-based benchmarks need. The initialization code is also the same, so this can be shared across benchmark commands. - new_
payload_ ๐fcu - Runs the
reth bench
command, calling first newPayload for each block, then calling forkchoiceUpdated. - new_
payload_ ๐only - Runs the
reth bench
command, sending only newPayload, without a forkchoiceUpdated call. - output ๐
- Contains various benchmark output formats, either for logging or for serialization to / from files.
Structsยง
- Benchmark
Command reth bench
command
Enumsยง
- Subcommands
reth benchmark
subcommands