diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9396766..08a3f03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -293,12 +293,15 @@ jobs: - name: Run benchmarks run: cargo bench --no-default-features --no-fail-fast + continue-on-error: true - name: Store benchmark result + continue-on-error: true + if: hashFiles('target/criterion/**/estimates.json') != '' uses: benchmark-action/github-action-benchmark@v1 with: tool: 'cargo' - output-file-path: target/criterion/output.json + output-file-path: target/criterion/detection_performance/base/estimates.json github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true alert-threshold: '200%'