-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(benchmark): improve the readability of benchmark stats #523
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
4d03559
to
448603f
Compare
7622c73
to
8b9823f
Compare
Before: ``` ___tgt__arpsR__arpsT_______abpsR_______abpsT__adurR__adurT__slpsR__slpsT_______sbpsR_______sbpsT__eelatR__eelatT 1:123664.023244.1 92.44MiB/s 90.8MiB/s 4.0 4.0 0.0 0.0 0B/s 0B/s 0.0 0.0 ``` Current: ``` target_____arps(now,tot)_________abps(now,tot)_adur(now,tot)_____slps(now,tot)_________sbps(now,tot)__eelat(now,tot) 1:1 24.3k/s 23.38k/s 94.93MiB/s 91.32MiB/s 4.4ms 4.6ms 0/s 0/s 0B/s 0B/s 0.0ms 0.0ms ```
448603f
to
e3a091d
Compare
8b9823f
to
7d94665
Compare
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## benchmark_append_duration_resolution #523 +/- ##
=====================================================================
Coverage 61.74% 61.75%
=====================================================================
Files 137 137
Lines 18664 18667 +3
=====================================================================
+ Hits 11525 11527 +2
Misses 6565 6565
- Partials 574 575 +1
☔ View full report in Codecov by Sentry. |
What this PR does
Before:
Current: