You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_benchmark.py: Don't pass args to benchmark build method (#26292)
The `args` here are the runtime command line args for the benchmark
program, not compiler flags, so do no need to be passed to the `build`
method, and indeed are not used in any of them.
The args here is normally just `[DEFAULT_ARG]` which is `['4']` which
would not make any sense as a compiler arg in any case.
0 commit comments