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 9eebcbc commit 9f3dad4Copy full SHA for 9f3dad4
benchmark/cxx-source/CxxSpanTests.swift
@@ -11,16 +11,17 @@
11
//===----------------------------------------------------------------------===//
12
13
import TestsUtils
14
-import CxxStdlibPerformance
15
-import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
16
-
17
-let iterRepeatFactor = 7
18
19
// FIXME swift-ci linux tests do not support std::span
20
#if os(Linux)
21
public let benchmarks = [BenchmarkInfo]()
22
#else
23
+import CxxStdlibPerformance
+import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
+
+let iterRepeatFactor = 7
24
25
public let benchmarks = [
26
BenchmarkInfo(
27
name: "CxxSpanTests.raw.iterator",
0 commit comments