Seems --config is defined but not used actually in the test_bench userbenchmark. I would like to add support for it if this change makes sense.
|
parser.add_argument( |
|
"--config", "-c", default=None, help="YAML config to specify tests to run." |
|
) |
cc: @xuzhao9
Seems
--configis defined but not used actually in thetest_benchuserbenchmark. I would like to add support for it if this change makes sense.benchmark/userbenchmark/test_bench/run.py
Lines 307 to 309 in 43851fb
cc: @xuzhao9