Skip to content

db-analyser: fully document output of --benchmark-ledger-ops #1243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading