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 npm packages directly #165

Closed
wants to merge 2 commits into from
Closed

Conversation

garyjN7
Copy link

@garyjN7 garyjN7 commented Sep 22, 2016

benchmark.js has been changed to allow the installation of node packages and run benchmark tests against files in the package. This will allow the benchmark tests to be easily ran against a wider range of projects.

@hzoo
Copy link
Member

hzoo commented Sep 22, 2016

Nice!

@@ -12,14 +12,28 @@ const babel = require("babel-core");
const zlib = require("zlib");
const fs = require("fs");
const path = require("path");
const Command = require("commander").Command;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we are using commander?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I didn't realize commander was pulled in by another package. Have added commander to devDependencies in package.json

@kangax
Copy link
Member

kangax commented Nov 14, 2016

@garyjN7 could you please rebase

@hzoo
Copy link
Member

hzoo commented Nov 14, 2016

we can merge it manually

@hzoo
Copy link
Member

hzoo commented Nov 14, 2016

Merged via #271 - thanks a lot @garyjN7!

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.

None yet

3 participants