polkadot-dropit / node

Node for the DropIt Chain
https://polkadot-dropit.github.io/
The Unlicense
0 stars 0 forks source link

Author reward dest pallet benchmark #14

Closed gui1117 closed 5 months ago

gui1117 commented 5 months ago

Simple benchmark for pallet author reward dest, without the final benchmarked weight.

shawntabrizi commented 5 months ago

cargo test -p pallet-author-reward-dest --features runtime-benchmarks is working, so thats a good start.

I think the problem is with the chain spec and stuff. Not sure that spec.json is generating with the right information in it.

shawntabrizi commented 5 months ago

@thiolliere should be fixed now. I ran your exact commands above successfully.

You could also change to use --chain=main rather than building a spec file