Skip to content

Commit

Permalink
[ci] Add bench workflow to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassong-mh authored and tatetian committed Jul 4, 2024
1 parent 0da6cda commit 2fd272e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,15 @@ jobs:

- name: Run tests
run: cargo test --verbose

Run_stress_tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Build system
run: cargo build --verbose

- name: Run benches
run: cargo bench --verbose

0 comments on commit 2fd272e

Please sign in to comment.