Bump wasm-instrument (#12234)

* Bump wasm-instrument

* Fix benchmarks
This commit is contained in:
Alexander Theißen
2022-09-15 08:00:11 +02:00
committed by GitHub
parent 4a3c70ecae
commit 4a6e78b8df
6 changed files with 11 additions and 11 deletions
@@ -618,11 +618,11 @@ benchmarks! {
imported_functions: vec![ImportedFunction {
module: "seal0",
name: "gas",
params: vec![ValueType::I32],
params: vec![ValueType::I64],
return_type: None,
}],
call_body: Some(body::repeated(r * API_BENCHMARK_BATCH_SIZE, &[
Instruction::I32Const(42),
Instruction::I64Const(42),
Instruction::Call(0),
])),
.. Default::default()