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.
2 parents d581033 + bac4408 commit 34086b2Copy full SHA for 34086b2
.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