Skip to content

Commit

Permalink
Benchmark z3 and cvc5
Browse files Browse the repository at this point in the history
  • Loading branch information
jprider63 committed Sep 24, 2024
1 parent 96840e9 commit 082916d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,13 @@ jobs:
cd ..
- name: Store benchmark result
uses: GaloisInc/github-action-benchmark@72145f7ca9fb28ba0c7599a449988792b321ae88
uses: GaloisInc/github-action-benchmark@8c5b0d625db3ab39a29e7680a3d1a9b73a4110af
with:
name: CN Benchmarks
tool: 'customSmallerIsBetter'
output-file-path: tests/benchmark-data.json
output-file-path:
z3: tests/benchmark-data.json
cvc5: tests/benchmark-data.json
# Access token to deploy GitHub Pages branch
github-token: ${{ secrets.GITHUB_TOKEN }}
# Push and deploy GitHub pages branch automatically
Expand Down

0 comments on commit 082916d

Please sign in to comment.