Skip to content

Commit 1eff83b

Browse files
authored
db-analyser: fully document output of --benchmark-ledger-ops (#1243)
In particular, a follow-up to #1241
2 parents 5a1409b + bf5f1ba commit 1eff83b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ouroboros-consensus-cardano/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)