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 anewPayload
call and aforkchoiceUpdated
call in the benchmark, containing the gas used, thenewPayload
latency, and theforkchoiceUpdated
latency. - NewPayload
Result ๐This represents the results of a singlenewPayload
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ยง
- This is the suffix for combined output csv files.
- GAS_
OUTPUT_ ๐SUFFIX This is the suffix for gas output csv files. - This is the suffix for new payload output csv files.