Skip to content

Commit 68cfb89

Browse files
committed
bench: Drop namespace check from bench action
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent 4ce460a commit 68cfb89

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/actions/bench/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ runs:
8888
--ldflags="${{ inputs.ldflags }}" \
8989
--opt=$([[ ${{ inputs.opt }} == "false" ]] && echo "no_opt" || echo "opt") \
9090
-v ${{ inputs.bench_extra_args }}
91-
- name: Check namespace
92-
shell: ${{ env.SHELL }}
93-
run: |
94-
./scripts/check-namespace
9591
- name: Store benchmark result
9692
uses: benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba # v1.22.1
9793
with:

0 commit comments

Comments
 (0)