[pallet_contracts] Modify the storage host function benchmarks to run on an...
[pallet_contracts] Modify the storage host function benchmarks to run on an unbalanced storage trie. (#5036)
This PR modifies the storage host function benchmarks. Previously, they
were run on an empty storage trie.
Now, they are run on an unbalanced storage trie to reflect worst case
scenario.
This approach increases the storage host function weights and decreases
the probability of DoS attacks.
---------
Co-authored-by: command-bot <>
Co-authored-by: PG Herveou <[email protected]>