diff options
Diffstat (limited to 'benchmarks3d/all_benchmarks3.rs')
| -rw-r--r-- | benchmarks3d/all_benchmarks3.rs | 2 |
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), ]; |
