Skip to content

Commit

Permalink
runtime-benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Aug 29, 2024
1 parent c1e532c commit 9c8893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dry-run-benchmarks mode="fast-mode" pallet="*" extrinsic="*" :
# src: https://github.com/polkadot-fellows/runtimes/blob/48ccfae6141d2924f579d81e8b1877efd208693f/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/cumulus_pallet_xcmp_queue.rs
# Benchmark a specific pallet on the "Polimec" Runtime
# Use mode="production" to generate production weights.
benchmark-runtime chain="polimec-paseo-local" pallet="pallet-elections-phragmen" mode="release":
benchmark-runtime chain="polimec-paseo-local" pallet="*" mode="production":
cargo run --features runtime-benchmarks --profile {{mode}} -p polimec-node benchmark pallet \
--chain={{ chain }} \
--steps=50 \
Expand Down

0 comments on commit 9c8893c

Please sign in to comment.