Crate reth_bench

source ·
Expand description

§reth-benchmark

This is a tool that converts existing blocks into a stream of blocks for benchmarking purposes. These blocks are then fed into reth as a stream of execution payloads.

Modules§

  • This contains an authenticated rpc transport that can be used to send engine API newPayload requests.
  • reth benchmark command. Collection of various benchmarking routines.
  • The benchmark mode defines whether the benchmark should run for a closed or open range of blocks.
  • This is an extension trait for any provider that implements the engine API, to wait for a VALID response. This is useful for benchmarking, as it allows us to wait for a payload to be valid before sending additional calls.

Statics§

Functions§