=== Log Parser Performance Benchmark === Test Configuration: - Date: 2025-11-19 - Target: Parse 10,000 entries < 5 seconds - Memory Target: < 50MB Benchmark 1: Parse WITHOUT cache -------------------------------------------------- Total entries: 424 Parse time: 0.057 seconds Memory used: 0.28 MB Peak memory: 1.88 MB Performance Check: ✅ Parse time: PASS (< 5s) ✅ Memory usage: PASS (< 50MB) Throughput: 7491 entries/second Benchmark 2: Parse WITH cache -------------------------------------------------- Total entries: 424 Retrieve time: 0.024 seconds Memory used: 0.39 MB Cache Performance: ✅ Speed improvement: 2.4x faster ✅ Time saved: 33 ms Benchmark 3: Category Analysis -------------------------------------------------- Categories found: unknown: 359 (84.7%) fallback-mode: 65 (15.3%) Benchmark 4: Problem Detection Performance -------------------------------------------------- Total problems: 65 Divisions with problems: 1 Detection time: 0.041 seconds === BENCHMARK SUMMARY === ================================================== Parse Performance: ✅ PASS - Parse time: 0.057s (target: < 5s) ✅ PASS - Memory usage: 1.88MB (target: < 50MB) ✅ PASS - Throughput: 7491 entries/s Cache Performance: ✅ PASS - Cache speedup: 2.4x ✅ PASS - Cache reduces parse time by 58% Overall Result: ✅ ALL TESTS PASSED