Show benchmarking for array combine stuff#187
Closed
elidoran wants to merge 2 commits into
Closed
Conversation
ljharb
requested changes
Dec 19, 2016
ljharb
left a comment
Owner
There was a problem hiding this comment.
fwiw, I'm happy to merge this into the project as long as all the important scripts can be run via npm run-script. no big deal either way.
| require('console.table') | ||
|
|
||
| var comma = require('comma-number') | ||
| , Benchmark = require('benchmark') |
Draft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I made this PR separate from #185 because it's not my intent to add this stuff to master. Instead, I'm providing it just to mess with in its own branch.
Provides a new directory,
benchmark/, with a script to benchmark different array combination implementations.Adds dev dependencies:
Run benchmark via: