Deleting store benchmark results from the ci/cd

This commit is contained in:
Adir Shitrit
2025-11-20 15:58:36 +02:00
committed by GitHub
parent 6bd44d7e5e
commit 3e18898c9b

View File

@@ -121,13 +121,6 @@ jobs:
- name: Run benchmarks - name: Run benchmarks
run: cargo bench --all-features 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: build:
name: Build Release name: Build Release
@@ -217,4 +210,4 @@ jobs:
ghcr.io/${{ github.repository }}:latest ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.sha }} ghcr.io/${{ github.repository }}:${{ github.sha }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max