We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcf097 commit ed70842Copy full SHA for ed70842
Sources/XCTest/WallClockTimeMetric.swift
@@ -52,7 +52,6 @@ internal final class WallClockTimeMetric: PerformanceMetric {
52
}
53
54
func failureMessage() -> String? {
55
- // The relative standard deviation of the measurements is \d+.\d{3}% which is higher than the max allowed of \d+.\d{3}%.
56
let relativeStandardDeviation = measurements.relativeStandardDeviation
57
if (relativeStandardDeviation > maxRelativeStandardDeviation &&
58
measurements.standardDeviation > standardDeviationNegligibilityThreshold) {
0 commit comments