=== 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.144 seconds Memory used: 0.28 MB Peak memory: 1.88 MB Performance Check: ✅ Parse time: PASS (< 5s) ✅ Memory usage: PASS (< 50MB) Throughput: 2951 entries/second Benchmark 2: Parse WITH cache -------------------------------------------------- Total entries: 424 Retrieve time: 0.02 seconds Memory used: 0.39 MB Cache Performance: ✅ Speed improvement: 7x faster ✅ Time saved: 123 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.052 seconds === BENCHMARK SUMMARY === ================================================== Parse Performance: ✅ PASS - Parse time: 0.144s (target: < 5s) ✅ PASS - Memory usage: 1.88MB (target: < 50MB) ✅ PASS - Throughput: 2951 entries/s Cache Performance: ✅ PASS - Cache speedup: 7x ✅ PASS - Cache reduces parse time by 86% Overall Result: ✅ ALL TESTS PASSED