zip-rs / zip2

Zip implementation in Rust
Other
75 stars 20 forks source link

Optimize fuzzing #54

Open Pr0methean opened 2 months ago

Pr0methean commented 2 months ago

Currently, the fuzz tests sometimes take longer than 3 hours, despite my having recently reduced their iteration counts by half. This frequently causes PRs in the merge queue to time out waiting for CI results (for which the longest timeout we can set is 6 hours). Some optimizations are clearly needed.

Pr0methean commented 2 months ago

Update: I've eliminated some redundant CI runs with https://github.com/zip-rs/zip2/commit/505cf01ea79e87f811620e278a4b5ae9679d17e0, https://github.com/zip-rs/zip2/commit/dae3b668c83cabbeb3947d624a928a465e709f86 and https://github.com/zip-rs/zip2/commit/934806323a1821aef2b3050a7d5723948c73e0fa, but we still need to improve CI-run performance since it can still be a bottleneck.