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 966f9d9
Show file tree
Hide file tree
Showing 11 changed files with 80,478 additions and 185 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,18 @@ jobs:
profile: minimal
toolchain: nightly-2022-12-10
override: true
- run: make test

par-test:
- run: make tes
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 test_par
test_par:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 966f9d9

Please sign in to comment.