Skip to content

Commit

Permalink
Downweight fuzztest. (#4006)
Browse files Browse the repository at this point in the history
It's causing starvation problems in one of our deployments.
  • Loading branch information
jonathanmetzman committed May 22, 2024
1 parent 3dd569a commit 64da04c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/clusterfuzz/_internal/cron/fuzzer_and_job_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@
}

ENGINE_WEIGHTS = {
'libFuzzer': 1.0,
'afl': 1.0,
'centipede': 1.0,
'googlefuzztest': 0.1,
'libFuzzer': 1.0,
'honggfuzz': 0.2,
}

Expand Down

0 comments on commit 64da04c

Please sign in to comment.