google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.

Home Page:https://google.github.io/fuzzbench/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow setting `merge_with_nonprivate` in `run_experiment.py` command line params

DonggeLiu opened this issue · comments

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