Skip to content

Commit 34086b2

Browse files
authored
Merge pull request #699 from pq-code-package/fix_component_benchmarks
Fix exec wrapper for `tests bench --components`
2 parents d581033 + bac4408 commit 34086b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/bench/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
./scripts/tests bench --components -c ${{ inputs.perf }} --cross-prefix="${{ inputs.cross_prefix }}" \
8282
--cflags="${{ inputs.cflags }} ${{ inputs.archflags }}" \
8383
--opt=$([[ ${{ inputs.opt }} == "false" ]] && echo "no_opt" || echo "opt") \
84-
-v
84+
-v ${{ inputs.bench_extra_args }}
8585
- name: Check namespace
8686
shell: ${{ env.SHELL }}
8787
run: |

0 commit comments

Comments
 (0)