Skip to content

Commit

Permalink
Fix benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
unlimitedbacon committed Apr 16, 2022
1 parent e651058 commit c009ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/cube_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fn cube() {
..Default::default()
};

stl_thumb::run(&config).expect("Error in run function");
stl_thumb::render_to_file(&config).expect("Error in run function");
}

fn criterion_benchmark(c: &mut Criterion) {
Expand Down

0 comments on commit c009ddf

Please sign in to comment.