Skip to content

Commit

Permalink
Merge branch 'feat/bench' into feat/par2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Nov 19, 2023
1 parent a61b269 commit 4ce9ea8
Show file tree
Hide file tree
Showing 11 changed files with 80,477 additions and 184 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,17 @@ jobs:
toolchain: nightly-2022-12-10
override: true
- run: make test

par-test:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-12-10
override: true
- run: make bench
test_par:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 4ce9ea8

Please sign in to comment.