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

[SR-4598] Add option to run subset of benchmarks matching a prefix #47175

Closed
palimondo mannequin opened this issue Apr 15, 2017 · 6 comments
Closed

[SR-4598] Add option to run subset of benchmarks matching a prefix #47175

palimondo mannequin opened this issue Apr 15, 2017 · 6 comments
Assignees
Labels
benchmarks feature A feature request or implementation test suite Area: test suite

Comments

@palimondo
Copy link
Mannequin

palimondo mannequin commented Apr 15, 2017

Previous ID SR-4598
Radar None
Original Reporter @palimondo
Type New Feature
Status Closed
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Project Infrastructure
Labels New Feature, Performance
Assignee @palimondo
Priority Medium

md5: c60650dbff723b9fe1c4fa9580a8c263

Issue Description:

Given the naming convention used in Swift benchmark suit, it would be useful to add an option to the Benchmark_Driver that would run subset of performance tests whose make matches a given prefix.

Eg. Execute all Array* benchamarks, or all Prefix* benchmarks.

@palimondo
Copy link
Mannequin Author

palimondo mannequin commented Apr 15, 2017

#8975

@palimondo
Copy link
Mannequin Author

palimondo mannequin commented Apr 21, 2017

The above mentioned PR adds -f PREFIX and
--filter PREFIX argument to Benchmark_Driver.

@atrick
Copy link
Member

atrick commented Apr 23, 2017

That makes sense to me. I think this has even been proposed before but never implemented.

@palimondo
Copy link
Mannequin Author

palimondo mannequin commented Apr 25, 2017

Pull request successfully merged and closed.

@palimondo
Copy link
Mannequin Author

palimondo mannequin commented May 5, 2017

Now with regular expressions: #8975

@palimondo
Copy link
Mannequin Author

palimondo mannequin commented May 15, 2017

The commit for regex patterns filtering is actually #9026

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@AnthonyLatsis AnthonyLatsis added benchmarks feature A feature request or implementation test suite Area: test suite and removed new feature performance labels Nov 16, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmarks feature A feature request or implementation test suite Area: test suite
Projects
None yet
Development

No branches or pull requests

2 participants