Module reth_bench::bench::output

source ยท
Expand description

Contains various benchmark output formats, either for logging or for serialization to / from files.

Structsยง

  • CombinedResult ๐Ÿ”’
    This represents the combined results of a newPayload call and a forkchoiceUpdated call in the benchmark, containing the gas used, the newPayload latency, and the forkchoiceUpdated latency.
  • NewPayloadResult ๐Ÿ”’
    This represents the results of a single newPayload call in the benchmark, containing the gas used and the newPayload latency.
  • TotalGasOutput ๐Ÿ”’
    This represents the aggregated output, meant to show gas per second metrics, of a benchmark run.
  • TotalGasRow ๐Ÿ”’
    This represents a row of total gas data in the benchmark.

Constantsยง