Skip to content

Commit

Permalink
Fix benches
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Nov 18, 2024
1 parent ab8eb14 commit 9b345da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/src/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub fn bench(sierra_program: Program, function: &str) -> Result<RunResultStarkne
let func = runner.find_function(function).unwrap();
runner.run_function_with_starknet_context(
func,
&[],
vec![],
Some(u32::MAX as usize),
Default::default(),
)
Expand Down

0 comments on commit 9b345da

Please sign in to comment.