Skip to content

Commit

Permalink
Update benchmark.md
Browse files Browse the repository at this point in the history
Amend `cd` relative to `polkadot-sdk`, as all the `./target...` executions are relative to the top-level `polkadot-sdk` folder (haven't checked other docs).
  • Loading branch information
Ross Bulat authored Dec 4, 2023
1 parent 2b6797b commit 9f943cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/md/en/docs/test/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ After you have added your pallet, compile your node binary with the `runtime-ben
For example:

```bash
cd bin/node/cli
cd substrate/bin/node/cli
cargo build --profile=production --features runtime-benchmarks
```

Expand Down

0 comments on commit 9f943cc

Please sign in to comment.