Skip to content

Commit 35dabda

Browse files
committed
Remove debug output from test cleanup section
1 parent 2b3a422 commit 35dabda

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -373,13 +373,6 @@ function analyzeResults($sequential, $concurrent, $testName): bool {
373373
echo "ℹ️ EXPECTED: CPU-bound tests showed limited benefits (DB is the bottleneck)\n";
374374
}
375375

376-
echo "\n📝 KEY FIXES APPLIED:\n";
377-
echo "1. ✅ Used Timer::delay() instead of pg_sleep() for proper async delays\n";
378-
echo "2. ✅ Wrapped all query functions in Async::async() for fiber context\n";
379-
echo "3. ✅ Fixed integer overflow with NUMERIC type casting\n";
380-
echo "4. ✅ Added proper async I/O simulation that won't block other operations\n";
381-
echo "5. ✅ Created mixed workload tests to demonstrate real-world scenarios\n";
382-
383376
// Cleanup
384377
echo "\n--- Cleaning up ---\n";
385378
try {

0 commit comments

Comments
 (0)