From f96ccbd2c684ab49177fa4ef9fcb5b0359e68388 Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Mon, 24 Jul 2023 16:49:12 +0800 Subject: [PATCH] Upload criterion result --- .github/workflows/rust.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 083581a..d23f376 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -50,6 +50,7 @@ jobs: - name: Run benches run: cargo bench + # - name: Continuous Benchmark # uses: benchmark-action/github-action-benchmark@v1.15.0 # if: ${{ github.ref == 'refs/heads/main' }} @@ -63,3 +64,9 @@ jobs: # comment-on-alert: true # fail-on-alert: false # benchmark-data-dir-path: "docs/" + + - name: Upload artifact + uses: actions/upload-artifact@v3 + with: + name: "criterion_result" + path: ./target/criterion