Open sears-s opened 2 years ago
Set powerSchedule option to either:
powerSchedule
constant (default):
constant
constantFuzz
maxFuzz
or FAST:
FAST
minFuzz
fastConstant
Implementation notes:
ChosenCounter
interesting_testcases
GetTestcaseToMutateResponse
rating
chosenCounter
pathCounter
Relies on #275.
Set
powerSchedule
option to either:constant
(default):constantFuzz
option is the starting energy (default: 50)maxFuzz
option is the maximum energy (default: equal toconstantFuzz
)or
FAST
:minFuzz
option is the minimum energy (default: 30)maxFuzz
option is the maximum energy (default: 500)fastConstant
option is the beta value in the above equation (default: 100)Implementation notes:
ChosenCounter
added tointeresting_testcases
table which increments each time a testcase is chosen to be mutatedGetTestcaseToMutateResponse
message now includesrating
,chosenCounter
, andpathCounter
Relies on #275.