Skip to content

Commit

Permalink
Remove the benchmark product from the package manifest (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey authored May 12, 2021
1 parent f6d8f82 commit f1f0fa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ let package = Package(
.library(name: "Collections", targets: ["Collections"]),
.library(name: "DequeModule", targets: ["DequeModule"]),
.library(name: "OrderedCollections", targets: ["OrderedCollections"]),

.executable(name: "swift-collections-benchmark", targets: ["swift-collections-benchmark"]),
],
dependencies: [
// This is only used in the benchmark executable target.
Expand Down

0 comments on commit f1f0fa8

Please sign in to comment.