oxc/fuzz
2024-07-14 16:55:19 +08:00
..
fuzz_targets refactor: clean up fuzzer, move it to repo root (#872) 2023-09-09 11:58:32 +08:00
.gitignore chore(fuzz): add --sanitizer none command 2023-09-09 12:15:57 +08:00
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