Skip to content

Commit f1f0fa8

Browse files
authored
Remove the benchmark product from the package manifest (apple#36)
1 parent f6d8f82 commit f1f0fa8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ let package = Package(
5454
.library(name: "Collections", targets: ["Collections"]),
5555
.library(name: "DequeModule", targets: ["DequeModule"]),
5656
.library(name: "OrderedCollections", targets: ["OrderedCollections"]),
57-
58-
.executable(name: "swift-collections-benchmark", targets: ["swift-collections-benchmark"]),
5957
],
6058
dependencies: [
6159
// This is only used in the benchmark executable target.

0 commit comments

Comments
 (0)