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 setting merge_with_nonprivate in run_experiment.py command line params #1938

Open
DonggeLiu opened this issue Dec 23, 2023 · 0 comments · May be fixed by #1939
Open

Allow setting merge_with_nonprivate in run_experiment.py command line params #1938

DonggeLiu opened this issue Dec 23, 2023 · 0 comments · May be fixed by #1939
Assignees

Comments

@DonggeLiu
Copy link
Contributor

Changes

Add arg:

args = parser.parse_args(args)

pass param:

start_experiment(args.experiment_name,

Update config:

config['runner_num_cpu_cores'] = config.get('runner_num_cpu_cores', 1)

Reference links

It takes config file at:
https://github.com/google/fuzzbench/blob/2bc06d4aca2c8dae20eeca47b95433ef543f99a8/experiment/run_experiment.py#L180C10-L180C31

@DonggeLiu DonggeLiu self-assigned this Dec 23, 2023
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 a pull request may close this issue.

1 participant