FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

benchmark: add benchmark for Buffer.concat by addaleax · Pull Request #7054 · nodejs/node · GitHub

/ node Public

benchmark: add benchmark for Buffer.concat - #7054

Closed
addaleax wants to merge 2 commits into
nodejs:masterfrom
addaleax:buffers-concat-benchmark
Closed

benchmark: add benchmark for Buffer.concat#7054
addaleax wants to merge 2 commits into
nodejs:masterfrom
addaleax:buffers-concat-benchmark

Conversation

Copy link
Copy Markdown
Member
Checklist
  • tests and code linting passes
  • a test and/or benchmark is included
  • the commit message follows commit guidelines
Affected core subsystem(s)

benchmark, buffer

Description of change

Just something I had lying around for a while and figured I could also submit in a PR… :)

addaleax added buffer Issues and PRs related to the buffer subsystem. benchmark Issues and PRs related to the benchmark subsystem. labels May 29, 2016

mscdex commented May 29, 2016

Copy link
Copy Markdown
Contributor

You might consider adding another parameter to also benchmark passing the total length as the second argument.

Copy link
Copy Markdown
Member Author

@mscdex Done!

mscdex commented May 29, 2016

Copy link
Copy Markdown
Contributor

jasnell commented May 31, 2016

Copy link
Copy Markdown
Member

LGTM

addaleax commented Jun 5, 2016

Copy link
Copy Markdown
Member Author

Landed in abd0d68

addaleax closed this Jun 5, 2016
addaleax deleted the buffers-concat-benchmark branch June 5, 2016 11:57
addaleax added a commit that referenced this pull request Jun 5, 2016
PR-URL: #7054
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
evanlucas pushed a commit that referenced this pull request Jun 15, 2016
PR-URL: #7054
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
evanlucas mentioned this pull request Jun 16, 2016
MylesBorins pushed a commit that referenced this pull request Jul 11, 2016
PR-URL: #7054
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
MylesBorins pushed a commit that referenced this pull request Jul 12, 2016
PR-URL: #7054
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
MylesBorins pushed a commit that referenced this pull request Jul 12, 2016
PR-URL: #7054
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
MylesBorins mentioned this pull request Jul 12, 2016
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
PR-URL: #7054
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
PR-URL: #7054
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
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

Labels

benchmark Issues and PRs related to the benchmark subsystem. buffer Issues and PRs related to the buffer subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL