feat: add a benchmark with many individual pyramids

This commit is contained in:
Sébastien Crozet
2024-05-19 15:50:37 +02:00
committed by Sébastien Crozet
parent ed8645e34c
commit 15731373eb
2 changed files with 82 additions and 0 deletions

View File

@@ -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),
];