-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmarks #28
Benchmarks #28
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
==========================================
- Coverage 86.34% 81.81% -4.54%
==========================================
Files 83 85 +2
Lines 1282 1353 +71
==========================================
Hits 1107 1107
- Misses 175 246 +71 ☔ View full report in Codecov by Sentry. |
1f3a54e
to
22253e3
Compare
@daemontus I further resolved the conflicting two commits ( Will merge this after the pipeline. |
22253e3
to
5763b2c
Compare
Proposes several benchmark problems which we can use to compare with PyEDA.
Also adds some minimum viable bindings for
Bdd
to implement these benchmarks.(the history is a bit messed up because it initially branched off feat/bdd, but the actually relevant things should be contained in the
benchmarks
folder)