[0;34m[INFO][0m Creating benchmark data...
[0;34m[INFO][0m   Depth: 4
[0;34m[INFO][0m   Files per dir: 20
[0;34m[INFO][0m   Subdirs per dir: 10
[0;34m[INFO][0m   File size: 1 bytes
[0;32m[SUCCESS][0m Created 222220 files in 11110 directories
[0;34m[INFO][0m Verifying correctness...
[0;34m[INFO][0m Reference (Python walk): 222220 bytes
[0;34m[INFO][0m Rust reports: 222220 bytes
[0;32m[SUCCESS][0m Rust matches reference: 222220 bytes! ✓

============================================================
                    BENCHMARK RESULTS
============================================================

[0;34m[INFO][0m Benchmarking: Rust (cold cache) (3 runs)
[0;34m[INFO][0m Benchmarking: Rust (warm cache) (3 runs)
[0;34m[INFO][0m Benchmarking: du (3 runs)
Method                       Avg(ms) Median(ms)    Min(ms)    Max(ms)
-----------------------------------------------------------------
Rust (cold cache)            4229.38    4194.64    4143.38    4350.12
Rust (warm cache)             402.08     193.48      46.54     966.21
du                           3987.56    4670.30    2596.09    4696.29
============================================================

[0;32m[SUCCESS][0m Rust (warm cache) is 9.92x faster than du
