Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
balqaasem committed Feb 18, 2024
1 parent 108985d commit e4d7a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
--wasm-execution=compiled \
--heap-pages=4096 \
--template=.maintain/runtime-weight-template.hbs \
--output=./modules/{dir/module-inner-directory}/src/weights/
--output=./blockchain/modules/{dir/module-inner-directory}/src/weights/
```

for example, this is the command for generating the `airdrop` module weights:
Expand All @@ -35,7 +35,7 @@ for example, this is the command for generating the `airdrop` module weights:
--wasm-execution=compiled \
--heap-pages=4096 \
--template=.maintain/runtime-weight-template.hbs \
--output=./modules/airdrop/src/weights/
--output=./blockchain/modules/airdrop/src/weights/
```

### Runtime Module weights
Expand Down

0 comments on commit e4d7a41

Please sign in to comment.