File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
ouroboros-consensus-cardano Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,16 @@ Lastly the user can provide the analysis that should be run on the chain:
160160 When the ` --reapply ` flag is specified, we measure header/block
161161 * re* application instead of full application.
162162
163+ - Size of the entire block in bytes.
164+ - Era-specific stats:
165+ - Byron:
166+ - Number of txs.
167+ - Total size of all txs.
168+ - Shelley-based:
169+ - Number of txs.
170+ - Total size of all txs.
171+ - Since Alonzo: Total script execution steps.
172+
163173* ` --repro-mempool-and-forge NUM ` populates the mempool with the transactions
164174 from NUM blocks every time and then runs the forging loop. Useful to inspect
165175 regressions in the forging loop or in the mempool adding/snapshotting logic.
You can’t perform that action at this time.
0 commit comments