-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[contracts] Add per local weight for function call #12806
Conversation
agryaznov
commented
Nov 29, 2022
•
edited
Loading
edited
- Limit the number of locals a function can have
- Additional weight for calling a function per local that function has
/cmd queue -c bench-bot $ pallet dev pallet_contracts |
@agryaznov https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2099630 was started for your command Comment |
@agryaznov Command |
Co-authored-by: Alexander Theißen <alex.theissen@me.com>
/cmd queue -c bench-bot $ pallet dev pallet_contracts |
@agryaznov https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2102326 was started for your command Comment |
@agryaznov Command |
Co-authored-by: Alexander Theißen <alex.theissen@me.com>
/cmd queue -c bench-bot $ pallet dev pallet_contracts |
@agryaznov https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2108275 was started for your command Comment |
@agryaznov Command |
/cmd queue -c bench-bot $ pallet dev pallet_contracts |
@agryaznov https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2108952 was started for your command Comment |
@agryaznov Command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bot merge |
* Add per local weight for function call * ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts * Update frame/contracts/src/benchmarking/mod.rs Co-authored-by: Alexander Theißen <alex.theissen@me.com> * apply suggestions from code review * ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts * Update frame/contracts/src/benchmarking/mod.rs Co-authored-by: Alexander Theißen <alex.theissen@me.com> * tune the benchmark * ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts * fix benches * ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts Co-authored-by: command-bot <> Co-authored-by: Alexander Theißen <alex.theissen@me.com>
* Add per local weight for function call * ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts * Update frame/contracts/src/benchmarking/mod.rs Co-authored-by: Alexander Theißen <alex.theissen@me.com> * apply suggestions from code review * ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts * Update frame/contracts/src/benchmarking/mod.rs Co-authored-by: Alexander Theißen <alex.theissen@me.com> * tune the benchmark * ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts * fix benches * ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts Co-authored-by: command-bot <> Co-authored-by: Alexander Theißen <alex.theissen@me.com>