Skip to content

Commit

Permalink
Add criterion benchmark (#107)
Browse files Browse the repository at this point in the history
* WIP: add criterion benchmark

* Verify benchmark trace is valid

* cleanup

* Move TestCircuit into own file and add bench feature

* Add bench job

* cleanup

---------

Co-authored-by: Mason Liang <[email protected]>
  • Loading branch information
z2trillion and Mason Liang authored Nov 27, 2023
1 parent 803c349 commit 9325879
Show file tree
Hide file tree
Showing 10 changed files with 80,474 additions and 191 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ jobs:
toolchain: nightly-2022-12-10
override: true
- run: make 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
Loading

0 comments on commit 9325879

Please sign in to comment.