File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
substrate/utils/frame/benchmarking-cli/src/storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Running the command on Substrate itself is not verify meaningful, since the gene
1313used.
1414
1515The output for the Polkadot client with a recent chain snapshot will give you a better impression. A recent snapshot can
16- be downloaded from [ Polkachu ] .
16+ be downloaded from [ Polkadot Snapshots ] .
1717Then run (remove the ` --db=paritydb ` if you have a RocksDB snapshot):
1818``` sh
1919cargo run --profile=production -- benchmark storage --dev --state-version=0 --db=paritydb --weight-path runtime/polkadot/constants/src/weights
@@ -106,6 +106,6 @@ write: 71_347 * constants::WEIGHT_REF_TIME_PER_NANOS,
106106License: Apache-2.0
107107
108108<!-- LINKS -->
109- [ Polkachu ] : https://polkachu.com/ snapshots
109+ [ Polkadot Snapshots ] : https://snapshots.polkadot.io
110110[ paritydb_weights.rs] :
111111 https://github.com/paritytech/polkadot/blob/c254e5975711a6497af256f6831e9a6c752d28f5/runtime/polkadot/constants/src/weights/paritydb_weights.rs#L60
You can’t perform that action at this time.
0 commit comments