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 079057f commit 2b930e5Copy full SHA for 2b930e5
Tests/SKSupportTests/SupportPerfTests.swift
@@ -24,8 +24,7 @@ final class SupportPerfTests: PerfTestCase {
24
"\t", "\n"
25
] + (32...126).map { Character(UnicodeScalar($0)) }
26
27
- // The debug performance is shockingly bad.
28
- #if DEBUG
+ #if DEBUG || !ENABLE_PERF_TESTS
29
let iterations = 1_000
30
#else
31
let iterations = 10_000
@@ -54,8 +53,7 @@ final class SupportPerfTests: PerfTestCase {
54
53
55
56
57
58
59
60
let size = 1_000
61
0 commit comments