PerformanceTestBaseSortBySize Property
Gets or sets whether the results should be sorted by the size of the produced result instead of iterations count or time results.
Makes sense only if the test delegate has a return type and the returned value of a test case is always the same for each run.
Default value: .
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool SortBySize { get; set; }
Public Property SortBySize As Boolean
Get
Set
public:
property bool SortBySize {
bool get ();
void set (bool value);
}
member SortBySize : bool with get, set
Property Value
Boolean