aboutsummaryrefslogtreecommitdiff
path: root/benchmarks3d/all_benchmarks3.rs
diff options
context:
space:
mode:
authorSébastien Crozet <sebcrozet@dimforge.com>2024-05-19 15:50:37 +0200
committerSébastien Crozet <sebastien@crozet.re>2024-05-25 12:00:15 +0200
commit15731373ebf8319abc49cd71b9ca44edee62ac75 (patch)
treed84deea3fae120d6227d3cb6a74da762fa175db1 /benchmarks3d/all_benchmarks3.rs
parented8645e34cfee653846f3cc1c91400b6f0d05ab5 (diff)
downloadrapier-15731373ebf8319abc49cd71b9ca44edee62ac75.tar.gz
rapier-15731373ebf8319abc49cd71b9ca44edee62ac75.tar.bz2
rapier-15731373ebf8319abc49cd71b9ca44edee62ac75.zip
feat: add a benchmark with many individual pyramids
Diffstat (limited to 'benchmarks3d/all_benchmarks3.rs')
-rw-r--r--benchmarks3d/all_benchmarks3.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks3d/all_benchmarks3.rs b/benchmarks3d/all_benchmarks3.rs
index 2f723d1..c1e0da2 100644
--- a/benchmarks3d/all_benchmarks3.rs
+++ b/benchmarks3d/all_benchmarks3.rs
@@ -20,6 +20,7 @@ mod joint_fixed3;
mod joint_prismatic3;
mod joint_revolute3;
mod keva3;
+mod many_pyramids3;
mod many_sleep3;
mod many_static3;
mod pyramid3;
@@ -66,6 +67,7 @@ pub fn main() {
("ImpulseJoint fixed", joint_fixed3::init_world),
("ImpulseJoint revolute", joint_revolute3::init_world),
("ImpulseJoint prismatic", joint_prismatic3::init_world),
+ ("Many pyramids", many_pyramids3::init_world),
("Keva tower", keva3::init_world),
];