test(bench): mesure max heap bytes and objects#17078
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #17078 +/- ##
=======================================
Coverage 48.76% 48.76%
=======================================
Files 2712 2712
Lines 202430 202430
=======================================
+ Hits 98720 98725 +5
+ Misses 95931 95929 -2
+ Partials 7779 7776 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
ee7cbee to
23120b1
Compare
|
Images are ready for the commit at 23120b1. To use with deploy scripts, first |
|
/retest |
|
Caution There are some errors in your PipelineRun template.
|
|
@janisz: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Merged in #17126 |
Description
This PR adds a custom metric to measure max heap bytes and objects. This is important as allocations could be misleading. If we use the same amount of memory there will be no or minimal difference on allocations but could be a significant difference on peak of used memory.
Below is an example of the results processed by benchstat
And here is an example line of the result
User-facing documentation
Testing and quality
Automated testing
How I validated my change