Skip to content

Commit

Permalink
sk3
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Nov 20, 2024
1 parent a6b86d2 commit 103f879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EXPERIMENT_NAME=$1
FUZZERS=$2

PYTHONPATH=. python3 experiment/run_experiment.py \
--experiment-config experiment-config.yaml \
--benchmarks freetype2_ftfuzzer bloaty_fuzz_target \
--experiment-config service/experiment-config.yaml \
--benchmarks "bloaty_fuzz_target" "freetype2_ftfuzzer" "harfbuzz_hb-shape-fuzzer" "lcms_cms_transform_fuzzer" "libjpeg-turbo_libjpeg_turbo_fuzzer" "libpcap_fuzz_both" "libxml2_xml" "libxslt_xpath" "mbedtls_fuzz_dtlsclient" \
--experiment-name "$EXPERIMENT_NAME" \
--fuzzers "$FUZZERS"
2 changes: 1 addition & 1 deletion service/experiment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
trials: 10
max_total_time: 82800 # 23 hours, the default time for preemptible experiments.
# cloud_project: fuzzbench
#docker_registry: gcr.io/fuzzbench
docker_registry: gcr.io/fuzzbench
#cloud_compute_zone: us-central1-c
experiment_filestore: /tmp/experiment-data
report_filestore: /tmp/report-data
Expand Down

0 comments on commit 103f879

Please sign in to comment.