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.