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