Skip to content

Commit d1d4fd9

Browse files
fix benchmarking subcommand
1 parent 6e9fa41 commit d1d4fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/md/en/docs/reference/how-to-guides/weights/add-benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The Benchmarking CLI has a lot of options which can help you automate your bench
182182
Execute the following command to run standard benchmarking for your `pallet_you_created`:
183183

184184
```bash
185-
./target/release/node-template benchmark \
185+
./target/release/node-template benchmark pallet \
186186
--chain dev \
187187
--execution wasm \
188188
--wasm-execution compiled \

0 commit comments

Comments
 (0)