You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: improve cksum benchmarks with meaningful workloads
- Increase file sizes from 10MB to 50MB for actual algorithm performance measurement
- Remove meaningless cksum_stdin benchmark (was just testing startup overhead)
- Increase file sizes for raw_output and multiple_files benchmarks
- Now benchmarks measure actual algorithm performance, not program startup
- Results: cksum_default ~15ms, cksum_crc32b ~17ms (5x more meaningful than before)
0 commit comments