From da973a094b69bb2831c74e071a9c92b5927af38a Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 1 May 2025 09:16:40 +0200 Subject: [PATCH] ci: remove benchmark from ci (#3) Reviewed-on: https://gitea.t000-n.de/t.behrendt/tracebasedlogsampler/pulls/3 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- .gitea/workflows/ci.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2264aac..583ec19 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,11 +14,3 @@ jobs: with: go-version-file: go.mod - run: make test - benchmark: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version-file: go.mod - - run: make benchmark