Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix YAS benchmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
azteca1998 committed Jun 13, 2024
1 parent 6a5ec1a commit cb6c7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ pub fn calculate_tx_resources(
n_steps + filtered_builtins.n_memory_holes,
);
for (builtin, value) in filtered_builtins.builtin_instance_counter {
resources.insert(builtin.to_str().to_string(), value);
resources.insert(builtin.to_str_with_suffix().to_string(), value);
}

Ok(resources)
Expand Down

0 comments on commit cb6c7db

Please sign in to comment.