You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the benchmark results file generated by the testbed includes the achieved max and average values for the CPU and memory usage - see here. It would however also be useful to include the CPU/memory limits specified for the respective test as well, to be able to visualise how close the actual consumption is to the limits.
Therefore I'd like to propose adding these values to the generated overview
Describe the solution you'd like
Modify the PerformanceResults.Add() method to also include the limits for the CPU and memory consumption.
Describe alternatives you've considered
No response
Additional context
I'm already on a PR for this, will post it here soon
The text was updated successfully, but these errors were encountered:
Component(s)
testbed
Is your feature request related to a problem? Please describe.
Currently, the benchmark results file generated by the testbed includes the achieved
max
andaverage
values for the CPU and memory usage - see here. It would however also be useful to include the CPU/memory limits specified for the respective test as well, to be able to visualise how close the actual consumption is to the limits.Therefore I'd like to propose adding these values to the generated overview
Describe the solution you'd like
Modify the PerformanceResults.Add() method to also include the limits for the CPU and memory consumption.
Describe alternatives you've considered
No response
Additional context
I'm already on a PR for this, will post it here soon
The text was updated successfully, but these errors were encountered: