From 602c08c26bb2ed28c3d61ecd9600d839bac003f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Sat, 17 Jan 2026 20:10:04 +0100 Subject: [PATCH] :facepalm: --- src/bin/collect.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,