public PerformanceCaseResult()
 {
     Metrics = new PerformanceMetric[] { };
     Failures = new string[] { };
 }
예제 #2
0
 public PerformanceCaseResult()
 {
     Metrics  = new PerformanceMetric[] { };
     Failures = new string[] { };
 }