Class PerformanceTestResult
Represents a performance test result.
Inherited Members
Namespace: Unity.PerformanceTesting.Data
Assembly: Unity.PerformanceTesting.dll
Syntax
[Serializable]
public class PerformanceTestResult
Fields
Categories
Categories.
Declaration
public List<string> Categories
Field Value
Type | Description |
---|---|
List<string> |
ClassName
Test script name.
Declaration
public string ClassName
Field Value
Type | Description |
---|---|
string |
MethodName
Test method name.
Declaration
public string MethodName
Field Value
Type | Description |
---|---|
string |
Name
Full test name.
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
SampleGroups
Groups of performance samples.
Declaration
public List<SampleGroup> SampleGroups
Field Value
Type | Description |
---|---|
List<SampleGroup> |
Version
Test version.
Declaration
public string Version
Field Value
Type | Description |
---|---|
string |