You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I compile Parachain template with flag runtime-benchmarks and run following command on it: ./target/release/parachain-template-node benchmark \pallet --list
For some reason, benchmarks from the template pallet are not included. How can I include them?
What I tried:
I checked if the pallet-parachain-template/runtime-benchmarks is included in cargo.toml files in runtime and node folder and it is.
Am I missing something? Is the process of generating weight.rs different now?
I wasn't able to find any up-to-date guide other than deprecated substrate docs.
Thanks!
The text was updated successfully, but these errors were encountered:
dudo50
changed the title
Parachain template doesn't show in benchmark list.
Parachain template - template pallet doesn't show in benchmark list.
Nov 5, 2024
Once I compile Parachain template with flag
runtime-benchmarks
and run following command on it:./target/release/parachain-template-node benchmark \pallet --list
It only lists following pallets:
For some reason, benchmarks from the template pallet are not included. How can I include them?
What I tried:
I checked if the pallet-parachain-template/runtime-benchmarks is included in cargo.toml files in runtime and node folder and it is.
Am I missing something? Is the process of generating weight.rs different now?
I wasn't able to find any up-to-date guide other than deprecated substrate docs.
Thanks!
The text was updated successfully, but these errors were encountered: