Investigate only mutating one argument per function #549
Labels
medium-priority
not-an-issue
planning
This issue is currently in a planning/discussion phase and should not be implemented yet.
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).The text was updated successfully, but these errors were encountered: