Skip to content

Commit d05dcb2

Browse files
Fix benchy bench resolution
1 parent 31e067b commit d05dcb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benches/benchy.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ fn benchy() {
99
let config = Config {
1010
stl_filename: "test_data/3DBenchy.stl".to_string(),
1111
img_filename: "benchy.png".to_string(),
12-
width: 1920,
13-
height: 1080,
12+
width: 1024,
13+
height: 768,
1414
..Default::default()
1515
};
1616

0 commit comments

Comments
 (0)