Skip to content

Commit

Permalink
Revert "Revert "Change benchmark workflow" (#29)" (#30)
Browse files Browse the repository at this point in the history
This reverts commit 1433c48.
  • Loading branch information
nph4rd authored Aug 18, 2021
1 parent 1433c48 commit fc776e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/benches.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,20 @@ 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 fc776e1

Please sign in to comment.