Skip to content

Commit 6d45d49

Browse files
authored
add many_morph_targets stress test (#86)
1 parent d14fe23 commit 6d45d49

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/bin/collect.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ impl Commands {
158158
vec![],
159159
15000,
160160
)),
161+
Box::new(stress_tests::StressTest::on(
162+
"many_morph_targets".to_string(),
163+
vec![],
164+
15000,
165+
)),
161166
Box::new(stress_tests::StressTest::on(
162167
"many_gizmos".to_string(),
163168
vec![],

0 commit comments

Comments
 (0)