From e4d7a414180e6b84e149c7c01211a814ac039b9d Mon Sep 17 00:00:00 2001 From: "Muhammad-Jibril B.A. (Khalifa MBA)" Date: Sun, 18 Feb 2024 19:51:46 +0800 Subject: [PATCH] Update Docs --- docs/benchmark.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/benchmark.md b/docs/benchmark.md index 43102736..1783274c 100644 --- a/docs/benchmark.md +++ b/docs/benchmark.md @@ -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: @@ -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