-
Notifications
You must be signed in to change notification settings - Fork 29
feat(minor): Enable Swift 6 mode and support specifying units per metric #309
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
Conversation
|
Pull request had an unknown failure |
Co-authored-by: Axel Andersson <[email protected]>
Co-authored-by: dimlio <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #309 +/- ##
==========================================
- Coverage 71.41% 70.21% -1.20%
==========================================
Files 32 32
Lines 3791 3867 +76
==========================================
+ Hits 2707 2715 +8
- Misses 1084 1152 +68
Continue to review full report in Codecov by Sentry.
|
Description
Swift 6 benchmark targets should now be possible with:
Make it possible to specify output units for the text output for a given metric by specifying it in the configuration.
E.g.
Also add the ability to override the time units from the command line using
--time-units.E.g.
This update also displays overflowing numeric values in scientific notation in the text output:
Also updates documentation.
Addresses:
#306
and
#237
#293
#277
#258
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Minimal checklist:
DocCcode-level documentation for any public interfaces exported by the package