Module 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§

COMBINED_OUTPUT_SUFFIX 🔒
This is the suffix for combined output csv files.
GAS_OUTPUT_SUFFIX 🔒
This is the suffix for gas output csv files.
NEW_PAYLOAD_OUTPUT_SUFFIX 🔒
This is the suffix for new payload output csv files.