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
newPayloadcall and aforkchoiceUpdatedcall in the benchmark, containing the gas used, thenewPayloadlatency, and theforkchoiceUpdatedlatency. - NewPayload
Result ๐ - This represents the results of a single
newPayloadcall in the benchmark, containing the gas used and thenewPayloadlatency. - 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.