-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add C++ access to project version #590
Conversation
3608f2d
to
874f629
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #590 +/- ##
=========================================
Coverage 96.974% 96.974%
=========================================
Files 84 84
Lines 5883 5883
=========================================
Hits 5705 5705
Misses 178 178 ☔ View full report in Codecov by Sentry. |
874f629
to
8ac3733
Compare
🟢 Regression Test (QBF 'breakthrough/3x5_11_bwnib')'origin/version_number' is a change in performance of 0.54% (stdev: 1.08%).
Number of samples: 5 |
🟢 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'origin/version_number' is a change in performance of 1.63% (stdev: 3.83%).
Number of samples: 5 |
723fb11
to
6a7401f
Compare
🟡 Regression Test (Picotrav 'adder')'origin/version_number' is a change in performance of -5.51% (stdev: 11.19%).
Number of samples: 10 |
🟢 Regression Test (QBF 'breakthrough/3x5_11_bwnib')'origin/version_number' is a change in performance of 0.76% (stdev: 2.15%).
Number of samples: 5 |
🟢 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'origin/version_number' is a change in performance of 2.12% (stdev: 3.06%).
Number of samples: 5 |
🟢 Regression Test (QBF 'breakthrough/3x4_19_bwnib')'origin/version_number' is a change in performance of 0.75% (stdev: 1.20%).
Number of samples: 5 |
🟢 Regression Test (QBF 'domineering/5x5_13_bwnib')'origin/version_number' is a change in performance of 2.04% (stdev: 4.49%).
Number of samples: 5 |
🟡 Regression Test (Picotrav 'arbiter')'origin/version_number' is a change in performance of -0.10% (stdev: 0.83%).
Number of samples: 10 |
🟡 Regression Test (Picotrav 'mem_ctrl')'origin/version_number' is a change in performance of -0.09% (stdev: 0.59%).
Number of samples: 7 |
Provides project version number from within C++ (try out
make playground
to see it works). This closes #140 .