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

Adding in rudimentary benchmark system #60

Merged
merged 2 commits into from
Jun 1, 2015
Merged

Conversation

Pauan
Copy link
Contributor

@Pauan Pauan commented May 31, 2015

As per issue #59, this is the first step in improving the performance of the queue implementation.

@kriskowal
Copy link
Owner

I am tempted to just land this because I’m so glad you’re on board, but I’m going to provide style feedback anyway so I can communicate how you can save me some time in the future.

var drain = require("./drain");
var benchmark = require("./scaffold");

benchmark.run();
Copy link
Owner

Choose a reason for hiding this comment

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

If we call this file index.js, we can run node benchmarks to execute them all.

@Pauan
Copy link
Contributor Author

Pauan commented Jun 1, 2015

Okay, I fixed the issues you brought up.

@kriskowal
Copy link
Owner

Looks like CI broke. I’ll have to swing back and fix that.

kriskowal added a commit that referenced this pull request Jun 1, 2015
Adding in rudimentary benchmark system
@kriskowal kriskowal merged commit d7359b7 into kriskowal:master Jun 1, 2015
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