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

Commit

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

#[skip_meta]
seal_set_code_hash {
let r in 0 .. API_BENCHMARK_BATCHES;
let code_hashes = (0..r * API_BENCHMARK_BATCH_SIZE)
Expand Down

0 comments on commit b5d25a0

Please sign in to comment.