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
We had a performance regression while doing an extra fuzz with 1 run on #5205. While it's understandable that more fuzz runs from scratch will add overhead, the resulting regression is still somewhat surprising given it was only 1 run.
We should investigate the FuzzedExecutor and adjacent things to see if we can squeeze some more performance out of it.
The text was updated successfully, but these errors were encountered:
We had a performance regression while doing an extra fuzz with 1 run on #5205. While it's understandable that more fuzz runs from scratch will add overhead, the resulting regression is still somewhat surprising given it was only 1 run.
We should investigate the
FuzzedExecutor
and adjacent things to see if we can squeeze some more performance out of it.The text was updated successfully, but these errors were encountered: