File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22# Unless you are a fuzzbench maintainer running this service, this
33# will not work with your setup.
44
5- trials : 2
6- max_total_time : 2100
5+ trials : 20
6+ max_total_time : 82800 # 23 hours, the default time for preemptible experiments.
77cloud_project : fuzzbench
88docker_registry : gcr.io/fuzzbench
99cloud_compute_zone : us-central1-c
@@ -15,7 +15,7 @@ preemptible_runners: true
1515
1616# This experiment should generate a report that is combined with other public
1717# "production" experiments.
18- merge_with_nonprivate : false
18+ merge_with_nonprivate : true
1919
2020# This experiment should be merged with other reports in later experiments.
2121private : false
Original file line number Diff line number Diff line change 2020import logging
2121import os
2222import sys
23- # dummy
2423
2524# pytype: disable=import-error
2625import github # pylint: disable=import-error
You can’t perform that action at this time.
0 commit comments