diff --git a/src/bin/collect.rs b/src/bin/collect.rs index 20a985692..08d0768c7 100644 --- a/src/bin/collect.rs +++ b/src/bin/collect.rs @@ -246,12 +246,12 @@ impl Commands { } => { if scene.is_empty() { vec![ - Box::new(stress_tests::StressTest::on( + Box::new(large_scenes::LargeScene::on( "bistro".to_string(), vec![], 25000, )), - Box::new(stress_tests::StressTest::on( + Box::new(large_scenes::LargeScene::on( "caldera_hotel".to_string(), vec![], 25000,