Skip to content

Commit

Permalink
bigger test for pyramid to have comparable performances to rapier man…
Browse files Browse the repository at this point in the history
…ypyramid
  • Loading branch information
Vrixyz committed Jul 3, 2024
1 parent 35c6630 commit f3a3d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_rapier3d/benches/many_pyramids3_custom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn pyramid_1_with_height_2() {
}

fn pyramid_2_with_height_20() {
custom_bencher(100, |app| setup_cubes(app, 2, 20));
custom_bencher(100, |app| setup_cubes(app, 3, 20));
}

fn main() {
Expand Down

0 comments on commit f3a3d79

Please sign in to comment.