Use proper weights in the pallet-template (#13817)

* benchmarking to generate weights file

* add the calculated weights in the extrinsics

* use benchmarking v2 syntax to generate the weights

* minor syntax change when benchmarking

* added WeightInfo in the mock to pass tests

* minor cargo fmt format changes
This commit is contained in:
alexd10s
2023-04-06 12:27:43 +01:00
committed by GitHub
parent 0b3444c51d
commit 0d7402eb8c
7 changed files with 125 additions and 10 deletions
@@ -50,6 +50,7 @@ impl frame_system::Config for Test {
impl pallet_template::Config for Test {
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
}
// Build genesis storage according to the mock runtime.