|
2 | 2 | # Unless you are a fuzzbench maintainer running this service, this
|
3 | 3 | # will not work with your setup.
|
4 | 4 |
|
5 |
| -trials: 20 |
| 5 | +trials: 10 |
6 | 6 | max_total_time: 82800 # 23 hours, the default time for preemptible experiments.
|
7 |
| -cloud_project: fuzzbench |
8 |
| -docker_registry: gcr.io/fuzzbench |
9 |
| -cloud_compute_zone: us-central1-c |
10 |
| -experiment_filestore: gs://fuzzbench-data |
11 |
| -report_filestore: gs://www.fuzzbench.com/reports |
12 |
| -cloud_sql_instance_connection_name: "fuzzbench:us-central1:postgres-experiment-db=tcp:5432" |
13 |
| -worker_pool_name: "projects/fuzzbench/locations/us-central1/workerPools/buildpool-e2-std-32" # Mem 128 GB |
14 |
| -preemptible_runners: true |
| 7 | +# cloud_project: fuzzbench |
| 8 | +#docker_registry: gcr.io/fuzzbench |
| 9 | +#cloud_compute_zone: us-central1-c |
| 10 | +experiment_filestore: /tmp/experiment-data |
| 11 | +report_filestore: /tmp/report-data |
| 12 | +#cloud_sql_instance_connection_name: "fuzzbench:us-central1:postgres-experiment-db=tcp:5432" |
| 13 | +#worker_pool_name: "projects/fuzzbench/locations/us-central1/workerPools/buildpool-e2-std-32" # Mem 128 GB |
| 14 | +#preemptible_runners: true |
15 | 15 |
|
16 | 16 | # This experiment should generate a report that is combined with other public
|
17 | 17 | # "production" experiments.
|
18 |
| -merge_with_nonprivate: true |
| 18 | +#merge_with_nonprivate: true |
19 | 19 |
|
20 | 20 | # This experiment should be merged with other reports in later experiments.
|
21 |
| -private: false |
| 21 | +#private: false |
| 22 | +local_experiment: true |
0 commit comments