Skip to content

FAST power schedule#276

Open
sears-s wants to merge 4 commits into
siemens:masterfrom
sears-s:power-schedules
Open

FAST power schedule#276
sears-s wants to merge 4 commits into
siemens:masterfrom
sears-s:power-schedules

Conversation

@sears-s
Copy link
Copy Markdown
Contributor

@sears-s sears-s commented Jul 4, 2022

Set powerSchedule option to either:

constant (default):

  • Configured to mimic original FLUFFI functionality
  • Constant energy for each fuzz, incrementing towards maximum or decrementing if error occurs
  • constantFuzz option is the starting energy (default: 50)
  • maxFuzz option is the maximum energy (default: equal to constantFuzz)

or FAST:

  • gif
  • 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:

  • Column ChosenCounter added to interesting_testcases table which increments each time a testcase is chosen to be mutated
  • GetTestcaseToMutateResponse message now includes rating, chosenCounter, and pathCounter

Relies on #275.

sears-s added a commit to sears-s/fluffi that referenced this pull request Jul 4, 2022
@p0wer0xff p0wer0xff added the enhancement New feature or request label Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants