We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests bench --components
1 parent d581033 commit bac4408Copy full SHA for bac4408
.github/actions/bench/action.yml
@@ -81,7 +81,7 @@ runs:
81
./scripts/tests bench --components -c ${{ inputs.perf }} --cross-prefix="${{ inputs.cross_prefix }}" \
82
--cflags="${{ inputs.cflags }} ${{ inputs.archflags }}" \
83
--opt=$([[ ${{ inputs.opt }} == "false" ]] && echo "no_opt" || echo "opt") \
84
- -v
+ -v ${{ inputs.bench_extra_args }}
85
- name: Check namespace
86
shell: ${{ env.SHELL }}
87
run: |
0 commit comments