mirror of https://github.com/grpc/grpc.git
[fuzzing] Make it easier for fuzzers to find experiments (#34296)
The previous approach of generating strings was not converging well. Instead, load a bitfield from the protobuf and use the bits to select experiments. The fuzzers can explore this space swiftly. Downside is that as experiments rotate in/out the corpus gets a bit messed up, but I'm reasonably confident we'll recover quickly. --------- Co-authored-by: ctiller <ctiller@users.noreply.github.com>pull/34329/head
parent
c9db496000
commit
a9bf741735
6 changed files with 16 additions and 25 deletions
Loading…
Reference in new issue