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

benchmark: add filter option for benchmark #488

Closed
wants to merge 1 commit into from
Closed

benchmark: add filter option for benchmark #488

wants to merge 1 commit into from

Conversation

yosuke-furukawa
Copy link
Member

benchmark command should have a filter option for efficient bench.

before:

# common.js executes all tests in net directory.
$ ./iojs common.js net 

after:

# common.js executes only "dgram" tests in net directory.
$ ./iojs common.js net dgram

bnoordhuis pushed a commit that referenced this pull request Jan 17, 2015
Before:

    # common.js executes all tests in net directory.
    $ ./iojs common.js net

After:

    # common.js executes only "dgram" tests in net directory.
    $ ./iojs common.js net dgram

PR-URL: #488
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@bnoordhuis
Copy link
Member

LGTM and nice addition. Landed in ea7750b, thanks Yosuke! I included your usage explanation in the commit log.

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