aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2020-12-17 18:52:51 +0100
committerCrozet Sébastien <developer@crozet.re>2020-12-29 11:31:59 +0100
commit5386f08c9b8e2d602ec0c64c59aab150921d0250 (patch)
tree6a4f967fb2a62fd3b763015335922e2a75017683
parent5c38113690c9a5cb0a24da1a4c745e5b964b31e3 (diff)
downloadrapier-5386f08c9b8e2d602ec0c64c59aab150921d0250.tar.gz
rapier-5386f08c9b8e2d602ec0c64c59aab150921d0250.tar.bz2
rapier-5386f08c9b8e2d602ec0c64c59aab150921d0250.zip
Fix trimesh benchmark name for backward compatibility of bench results.
-rw-r--r--benchmarks3d/all_benchmarks3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks3d/all_benchmarks3.rs b/benchmarks3d/all_benchmarks3.rs
index fa81d87..dfbbc51 100644
--- a/benchmarks3d/all_benchmarks3.rs
+++ b/benchmarks3d/all_benchmarks3.rs
@@ -55,7 +55,7 @@ pub fn main() {
("Heightfield", heightfield3::init_world),
("Stacks", stacks3::init_world),
("Pyramid", pyramid3::init_world),
- ("TriMesh", trimesh3::init_world),
+ ("Trimesh", trimesh3::init_world),
("Joint ball", joint_ball3::init_world),
("Joint fixed", joint_fixed3::init_world),
("Joint revolute", joint_revolute3::init_world),