Skip to content

Commit

Permalink
Upload criterion result
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Jul 24, 2023
1 parent 02dc7c4 commit f96ccbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand All @@ -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

0 comments on commit f96ccbd

Please sign in to comment.