Skip to content

Commit

Permalink
db-analyser: fully document output of --benchmark-ledger-ops (#1243)
Browse files Browse the repository at this point in the history
In particular, a follow-up to #1241
  • Loading branch information
amesgen authored Sep 11, 2024
2 parents 5a1409b + bf5f1ba commit 1eff83b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ouroboros-consensus-cardano/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,16 @@ Lastly the user can provide the analysis that should be run on the chain:
When the `--reapply` flag is specified, we measure header/block
*re*application instead of full application.

- Size of the entire block in bytes.
- Era-specific stats:
- Byron:
- Number of txs.
- Total size of all txs.
- Shelley-based:
- Number of txs.
- Total size of all txs.
- Since Alonzo: Total script execution steps.

* `--repro-mempool-and-forge NUM` populates the mempool with the transactions
from NUM blocks every time and then runs the forging loop. Useful to inspect
regressions in the forging loop or in the mempool adding/snapshotting logic.
Expand Down

0 comments on commit 1eff83b

Please sign in to comment.