Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions benchmark/cxx-source/CxxSetToCollection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// This is a benchmark that tracks how quickly Swift can convert a C++ set
// to a Swift collection.

/* FIXME: rdar://150067288

import TestsUtils
import CxxStdlibPerformance
import Cxx
Expand Down Expand Up @@ -64,3 +66,5 @@ public func run_CxxSetOfU32_forEach(_ n: Int) {
}
}
}

*/
4 changes: 4 additions & 0 deletions benchmark/cxx-source/CxxStringConversion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
//
//===----------------------------------------------------------------------===//

/* FIXME: rdar://150067288

import TestsUtils
import CxxStdlibPerformance
import CxxStdlib
Expand Down Expand Up @@ -58,3 +60,5 @@ public func run_cxxToSwift(_ n: Int) {
blackHole(x)
}
}

*/
4 changes: 4 additions & 0 deletions benchmark/cxx-source/CxxVectorSum.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// This is a benchmark that tracks how quickly Swift can sum up a C++ vector
// as compared to the C++ implementation of such sum.

/* FIXME: rdar://150067288

import TestsUtils
import CxxStdlibPerformance
import Cxx
Expand Down Expand Up @@ -119,3 +121,5 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
}
blackHole(sum)
}

*/