oxc/fuzz
2024-07-14 16:55:19 +08:00
..
fuzz_targets
.gitignore
Cargo.toml chore: turn off doctest for all [[bin]] 2024-07-14 16:55:19 +08:00
README.md chore(fuzz): add a timeout command 2024-02-05 14:41:14 +08:00

Fuzzer

Installation

cargo binstall cargo-fuzz

Run

Run fuzzer for the parser, for 15 minutes.

rustup default nightly
cargo +nightly fuzz run --sanitizer none parser -- -only_ascii=1 -max_total_time=900 -timeout=5