search-engine-stract/fuzz
2024-11-04 13:47:47 +01:00
..
dicts way more robust robotstxt parser 2024-06-27 16:10:41 +02:00
fuzz_targets [search_server] use spawn_blocking for search requests to improve concurrency 2024-11-04 13:47:47 +01:00
.gitignore way more robust robotstxt parser 2024-06-27 16:10:41 +02:00
Cargo.toml way more robust robotstxt parser 2024-06-27 16:10:41 +02:00
README.md way more robust robotstxt parser 2024-06-27 16:10:41 +02:00

Fuzz robots.txt parser: RUSTFLAGS="-C codegen-units=16" cargo +nightly fuzz run --jobs 16 -O --no-cfg-fuzzing robotstxt -- -dict=fuzz/dicts/robots_txt.dict -max-len=2048

Fuzz query parser: RUSTFLAGS="-C codegen-units=16" cargo +nightly fuzz run --jobs 16 -O --no-cfg-fuzzing query-parser -- -max-len=2048

Fuzz RSS parser: RUSTFLAGS="-C codegen-units=16" cargo +nightly fuzz run --jobs 16 -O --no-cfg-fuzzing rss -- -max-len=2048

Fuzz Atom parser: RUSTFLAGS="-C codegen-units=16" cargo +nightly fuzz run --jobs 16 -O --no-cfg-fuzzing atom -- -max-len=2048