Skip to content

Commit

Permalink
Revert "Change benchmark workflow" (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
nph4rd authored Aug 18, 2021
1 parent 23aaa81 commit 1433c48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/benches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Rust benchmarks

on: [pull_request]
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jasonwilliams/criterion-compare-action@move_to_actions
with:
token: ${{ secrets.GITHUB_TOKEN }}
17 changes: 0 additions & 17 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,3 @@ jobs:
with:
command: fmt
args: --all -- --check

bench:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Rust environment
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run benchmarks
uses: actions-rs/cargo@v1
with:
command: bench

0 comments on commit 1433c48

Please sign in to comment.