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
Apparently, during argument mutation, echidna will not mutate each argument but will mutate one of n arguments. This means that if a function takes 4 arguments, only one of four will be mutated. This may actually lead to a performance improvement (fewer mutations per transaction).