From 3e18898c9b9e7133db4997b459a55bfb8a4b47f8 Mon Sep 17 00:00:00 2001 From: Adir Shitrit <156450532+pandaadir05@users.noreply.github.com> Date: Thu, 20 Nov 2025 15:58:36 +0200 Subject: [PATCH] Deleting store benchmark results from the ci/cd --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e95c005..389004a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,13 +121,6 @@ jobs: - name: Run benchmarks run: cargo bench --all-features - - name: Store benchmark result - uses: benchmark-action/github-action-benchmark@v1 - with: - tool: 'cargo' - output-file-path: target/criterion/benchmark-results.json - github-token: ${{ secrets.GITHUB_TOKEN }} - auto-push: true build: name: Build Release @@ -217,4 +210,4 @@ jobs: ghcr.io/${{ github.repository }}:latest ghcr.io/${{ github.repository }}:${{ github.sha }} cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max