Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disabling merge-with-nonprivate in command line args #1939

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

DonggeLiu
Copy link
Contributor

@DonggeLiu DonggeLiu commented Dec 23, 2023

Fixes #1938
This makes it convenient to disable the config when running experiments under GitHub PRs:
People don't have to commit the config change before experiments and revert it before merging.

For example:

  1. 35c1649
  2. d6a9a33

@DonggeLiu
Copy link
Contributor Author

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2023-12-23-non-merge --fuzzers aflplusplus --benchmarks bloaty_fuzz_target -nm

@DonggeLiu
Copy link
Contributor Author

Experiment 2023-12-23-non-merge data and results will be available later at:
The experiment data.
The experiment report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow setting merge_with_nonprivate in run_experiment.py command line params
1 participant