The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LoadTestGoalBasedLoadProfile::HigherValuesBetter Property
Set this Boolean value to true when the performance counter that is specified by the Category and Counter properties is a performance counter for which a lower value indicates a higher usage of a resource.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Legacy Code Example
The value of the "Available Mbytes" counter in the "Memory" category decreases as memory usage increases. Therefore, the HigherValuesBetter value should be true in this case, although this situation represents an exception.
Show: