Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Dec 13, 2024
1 parent 0c48cab commit 382da91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/tools/stylus_benchmark/src/benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn run(compiled_module: Vec<u8>) -> (Duration, Ink) {

let result = msg
.benchmark
.expect("toggle_measurement block likely not present in program");
.expect("toggle_benchmark block likely not present in program");
let elapsed = result.elapsed.expect("elapsed");
let ink = result.ink_total.expect("ink");
(elapsed, ink)
Expand Down

0 comments on commit 382da91

Please sign in to comment.