-
Notifications
You must be signed in to change notification settings - Fork 58
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 more possible types for the entries of Benchmark::ResultTable
#1134
Add more possible types for the entries of Benchmark::ResultTable
#1134
Conversation
…he handeling of possible types for a ResultTable entry.
…sultTable can now be bools.
…sultTable can now be signed and unsigned integers.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1134 +/- ##
=======================================
Coverage 81.19% 81.19%
=======================================
Files 299 299
Lines 27746 27746
Branches 3381 3381
=======================================
Hits 22529 22529
Misses 3830 3830
Partials 1387 1387 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, I only have a very minor comment left.
And in the meantime I have fixed the build on MacOS again.
…calls of AD_CONTRACT_CHECK(false) with AD_FAIL.()
…iting lambda. It's a macro benchmark, such short times imply a higher time measurement precision, than is the case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We just have to consolidate the merge, then we are ready to go.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
ResultTable
Benchmark::ResultTable
When using a table as the result of a benchmark run, each entry of the table now can be any of the following:
int, float, string, bool
.