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