Skip to content

Commit

Permalink
costs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weigelt committed Jan 21, 2025
1 parent d7b7980 commit d28f8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs/execution_environment/benches/system_api/execute_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ pub fn execute_update_bench(c: &mut Criterion) {
Result::No,
Wasm64::Disabled,
),
19000006,
519000006,
),
common::Benchmark(
"wasm64/ic0_cycles_burn128()".into(),
Expand All @@ -956,7 +956,7 @@ pub fn execute_update_bench(c: &mut Criterion) {
Result::No,
Wasm64::Enabled,
),
19000006,
519000006,
),
common::Benchmark(
"wasm32/ic0_msg_deadline()".into(),
Expand Down

0 comments on commit d28f8ec

Please sign in to comment.