You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ouroboros-consensus-cardano/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,9 @@ Lastly the user can provide the analysis that should be run on the chain:
157
157
- Ticking the [ledger state](https://github.com/IntersectMBO/ouroboros-consensus/blob/51da3876c01edc2eec250fdc998f6cb33cdc4367/ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Ledger/Basics.hs#L174).
158
158
- Applying a block.
159
159
160
+
When the `--reapply` flag is specified, we measure header/block
161
+
*re*application instead of full application.
162
+
160
163
*`--repro-mempool-and-forge NUM` populates the mempool with the transactions
161
164
from NUM blocks every time and then runs the forging loop. Useful to inspect
162
165
regressions in the forging loop or in the mempool adding/snapshotting logic.
Copy file name to clipboardExpand all lines: ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser/Analysis/BenchmarkLedgerOps/FileWriting.hs
Copy file name to clipboardExpand all lines: ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser/Analysis/BenchmarkLedgerOps/Metadata.hs
0 commit comments