Split hunspell_fuzzer into separate spell and suggest fuzzers
Hunspell::suggest() is much slower than Hunspell::spell(), which results in the fuzzer running at ~1 case/sec on clusterfuzz. Splitting the fuzzer into two to test the functions separately allows spell() to be fuzzed much faster and effectively. BUG=1009087 Change-Id: I733754bcf78a84bd4448ab2e753899fea947b309 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847596Reviewed-by:Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#705447}
Showing
Please register or sign in to comment