Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bring back skip_meta for seal_set_storage_per_new_kb
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikbratashchuk committed Feb 10, 2022
1 parent b5d25a0 commit b32e4ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/contracts/src/benchmarking/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ benchmarks! {
let origin = RawOrigin::Signed(instance.caller.clone());
}: call(origin, instance.addr, 0u32.into(), Weight::MAX, None, vec![])

#[skip_meta]
seal_set_storage_per_new_kb {
let n in 0 .. T::Schedule::get().limits.payload_len / 1024;
let keys = (0 .. API_BENCHMARK_BATCH_SIZE)
Expand Down

0 comments on commit b32e4ec

Please sign in to comment.