Skip to content

Commit ed70842

Browse files
committed
Remove a stray comment
1 parent dbcf097 commit ed70842

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/XCTest/WallClockTimeMetric.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ internal final class WallClockTimeMetric: PerformanceMetric {
5252
}
5353

5454
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}%.
5655
let relativeStandardDeviation = measurements.relativeStandardDeviation
5756
if (relativeStandardDeviation > maxRelativeStandardDeviation &&
5857
measurements.standardDeviation > standardDeviationNegligibilityThreshold) {

0 commit comments

Comments
 (0)