You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fuzz: improve fuzz performance for accesslog and route (envoyproxy#8397)
This PR includes some performance improvements to route_fuzz_test.
gMock objects that are unmodified are now static (see recommendation by libFuzzer: https://llvm.org/docs/LibFuzzer.html#startup-initialization)
Exec/sec on my local machine with libFuzzer:
route_fuzz_test: 17 exec/sec -> 850 exec/sec
Risk level: Low
Signed-off-by: Asra Ali <[email protected]>
0 commit comments