-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to improve corpus pruning preprocess time. #4645
Conversation
jonathanmetzman
commented
Jan 28, 2025
- Limit corpus signing to 50,000 URLs.
- Treat a lack of successful corpus pruning as a semi-failure and force removal of corpus files in this case.
- Only fetch the names of files when only the names are used, to improve speed.
This ultimately intends to bump up our fuzzing hours for oss fuzz, right? |
src/clusterfuzz/_internal/bot/tasks/utasks/corpus_pruning_task.py
Outdated
Show resolved
Hide resolved
This is a good point, but I don't have profiling results because the scale here was so absurd I gave up waiting. cjson_read_fuzzer had 4.5 million testcases |