Skip to content

Commit 64da04c

Browse files
Downweight fuzztest. (#4006)
It's causing starvation problems in one of our deployments.
1 parent 3dd569a commit 64da04c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/clusterfuzz/_internal/cron/fuzzer_and_job_weights.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@
5050
}
5151

5252
ENGINE_WEIGHTS = {
53-
'libFuzzer': 1.0,
5453
'afl': 1.0,
54+
'centipede': 1.0,
55+
'googlefuzztest': 0.1,
56+
'libFuzzer': 1.0,
5557
'honggfuzz': 0.2,
5658
}
5759

0 commit comments

Comments
 (0)