Skip to content

Rakefile: accept a filelist argument to bench target#79

Merged
bors[bot] merged 1 commit intomasterfrom
specify-benchmark-file
Mar 4, 2019
Merged

Rakefile: accept a filelist argument to bench target#79
bors[bot] merged 1 commit intomasterfrom
specify-benchmark-file

Conversation

@unleashed
Copy link
Copy Markdown
Contributor

The argument will be prefixed with "bench" to pick up the benchmarks
under that directory, and it accepts the *, ? and ** globs.

If you wanted to run all files starting with aggregator under any subdirectory
of bench, you could use it like:

$ bundle exec rake bench[**/aggregator*]

The argument will be prefixed with "bench" to pick up the benchmarks
under that directory, and it accepts the "*", "?" and "**" globs.
@davidor
Copy link
Copy Markdown
Contributor

davidor commented Mar 4, 2019

bors r+

bors Bot added a commit that referenced this pull request Mar 4, 2019
79: Rakefile: accept a filelist argument to bench target r=davidor a=unleashed

The argument will be prefixed with "bench" to pick up the benchmarks
under that directory, and it accepts the `*`, `?` and `**` globs.

If you wanted to run all files starting with `aggregator` under any subdirectory
of `bench`, you could use it like:
> $ bundle exec rake bench[**/aggregator*]

Co-authored-by: Alejandro Martinez Ruiz <amr@redhat.com>
@bors
Copy link
Copy Markdown
Contributor

bors Bot commented Mar 4, 2019

Build succeeded

@bors bors Bot merged commit 2d1439c into master Mar 4, 2019
@bors bors Bot deleted the specify-benchmark-file branch March 4, 2019 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants