Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update frame/contracts/src/benchmarking/mod.rs
Co-authored-by: Alexander Theißen <[email protected]>
  • Loading branch information
agryaznov and athei authored Dec 1, 2022
commit 4bc127bcb44842345f46bd71d8138858e2a744ab
2 changes: 1 addition & 1 deletion frame/contracts/src/benchmarking/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,7 @@ benchmarks! {
}

// w_per_local = w_bench
call_per_local {
instr_call_per_local {
let l in 0 .. T::Schedule::get().limits.locals;
let mut call_body = body::plain(vec![
Instruction::End,
Expand Down