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§

authenticated_transport
This contains an authenticated rpc transport that can be used to send engine API newPayload requests.
bench
reth benchmark command. Collection of various benchmarking routines.
bench_mode
The benchmark mode defines whether the benchmark should run for a closed or open range of blocks.
valid_payload
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§

ALLOC 🔒

Functions§

main 🔒