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 thereth bench
command, calling first newPayload for each block, then calling forkchoiceUpdated. - new_
payload_ ๐only Runs thereth 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ยง
reth bench
command
Enumsยง
reth benchmark
subcommands