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
The issue is perfectly summarized in this comment: #75 (comment)
I'm currently using a shrinkLimit of 100k (which is still not enough to fully shrink). This means shrinking takes a long time, and as medusa will run through all new discovered sequences, this takes around 30 hours (16 workers, fast cpu) to get through the existing corpus before it starts shrinking the most optimized sequences.
A simple solution that would work fine for me is to do the same as Echidna: start shrinking after testLimit is reached.
The issue is perfectly summarized in this comment: #75 (comment)
I'm currently using a
shrinkLimit
of 100k (which is still not enough to fully shrink). This means shrinking takes a long time, and as medusa will run through all new discovered sequences, this takes around 30 hours (16 workers, fast cpu) to get through the existing corpus before it starts shrinking the most optimized sequences.A simple solution that would work fine for me is to do the same as Echidna: start shrinking after
testLimit
is reached.Example log for reference (using 1 worker)
The text was updated successfully, but these errors were encountered: