Skip to content

Commit

Permalink
Fix benchy bench resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
unlimitedbacon committed May 30, 2022
1 parent 31e067b commit d05dcb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benches/benchy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ fn benchy() {
let config = Config {
stl_filename: "test_data/3DBenchy.stl".to_string(),
img_filename: "benchy.png".to_string(),
width: 1920,
height: 1080,
width: 1024,
height: 768,
..Default::default()
};

Expand Down

0 comments on commit d05dcb2

Please sign in to comment.