oss-fuzz/projects/urllib3
Sean Gilligan 2a5d850371
urllib3 performance improvements (#10115)
While investigating the urllib3 performance with the `fuzz_requests` I
saw that a lot of tests had been failing with timeouts. I had some
misunderstandings about how oss-fuzz works and that you need light and
quick implementations for the fuzzer to work effectively.

Doing some local testing a single iteration of the fuzzer was taking as
long as 90 seconds.

This change updates the `urllib3` timeouts to be far shorter and reduces
the number of requests the fuzzer tries to do in a single iteration.
This should bring us under the 25 second timeout and hopefully get this
fuzzer closer to working.
2023-04-20 09:43:42 +01:00
..
Dockerfile
build.sh
fuzz_requests.py urllib3 performance improvements (#10115) 2023-04-20 09:43:42 +01:00
fuzz_urlparse.py
project.yaml Add sean@compactcloud.co.uk to urllib3 project.yaml (#9952) 2023-03-19 18:27:49 +00:00