srlabs / ziggy

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Apache License 2.0
59 stars 6 forks source link

Format numbers in the same way for every fuzzer #62

Open louismerlin opened 11 months ago

louismerlin commented 11 months ago

Right now AFL++ and Honggfuzz numbers are formatted differently, because we're reading strings (e.g. 1230 execs/sec | 1,234/sec) and not just numbers (1234).

We should fix that and format numbers in the same way for all fuzzers in the CLI output.