Expand description
Contains various benchmark output formats, either for logging or for serialization to / from files.
Structs§
- Combined
Result 🔒 - This represents the combined results of a
newPayload
call and aforkchoiceUpdated
call in the benchmark, containing the gas used, thenewPayload
latency, and theforkchoiceUpdated
latency. - NewPayload
Result 🔒 - This represents the results of a single
newPayload
call in the benchmark, containing the gas used and thenewPayload
latency. - Total
GasOutput 🔒 - This represents the aggregated output, meant to show gas per second metrics, of a benchmark run.
- Total
GasRow 🔒 - 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.