Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swift-collections exports its benchmark runner #28

Closed
weissi opened this issue Apr 22, 2021 · 0 comments · Fixed by #36
Closed

swift-collections exports its benchmark runner #28

weissi opened this issue Apr 22, 2021 · 0 comments · Fixed by #36
Labels
good first issue Good for newcomers
Milestone

Comments

@weissi
Copy link
Member

weissi commented Apr 22, 2021

.executable(name: "swift-collections-benchmark", targets: ["swift-collections-benchmark"]),

The above line will export the benchmark-runner to all dependents (it'll even show up in Xcode's UI if you add Collections to add as a dependency of your own app/lib).

You can just remove the above line swift run swift-collections-benchmark will still function but it will not be exported to other packages.

@lorentey lorentey added the good first issue Good for newcomers label Apr 26, 2021
@lorentey lorentey added this to the 0.0.3 milestone May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants