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

benchmark: refactor crypto oneshot by panva · Pull Request #48267 · nodejs/node · GitHub

/ node Public

benchmark: refactor crypto oneshot - #48267

Merged
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
panva:bench-crypto-oneshots
Jun 5, 2023
Merged

benchmark: refactor crypto oneshot#48267
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
panva:bench-crypto-oneshots

Conversation

panva commented May 31, 2023
edited
Loading

Copy link
Copy Markdown
Member
  • splits a combined sign+verify bench into one for sign, one for verify
  • adds config for other asymmetric key types (rsa, ec, ed25519)
  • adds config for jwk and der key formats
  • skips keyObject.unique configs unless the tested mode is async-parallel

This is the result of my shallow look at nodejs/performance#72

panva added crypto Issues and PRs related to the crypto subsystem. benchmark Issues and PRs related to the benchmark subsystem. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels May 31, 2023
panva added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 1, 2023

panva commented Jun 1, 2023

Copy link
Copy Markdown
Member Author

cc @nodejs/crypto, also see nodejs/performance#72 (comment)

github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 1, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

panva added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jun 1, 2023

Copy link
Copy Markdown
Collaborator

panva force-pushed the bench-crypto-oneshots branch from 73bcad2 to ac260a8 Compare June 5, 2023 07:49
panva removed the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label Jun 5, 2023
panva requested a review from tniessen June 5, 2023 09:58

panva commented Jun 5, 2023

Copy link
Copy Markdown
Member Author

cc @nodejs/performance

Comment thread benchmark/crypto/oneshot-sign.js Outdated
Comment thread benchmark/crypto/oneshot-sign.js Outdated
Comment thread benchmark/crypto/oneshot-verify.js Outdated
panva added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 5, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 5, 2023
nodejs-github-bot merged commit 0e92bf1 into nodejs:main Jun 5, 2023

Copy link
Copy Markdown
Collaborator

Landed in 0e92bf1

panva deleted the bench-crypto-oneshots branch June 5, 2023 19:24
RafaelGSS pushed a commit that referenced this pull request Jul 3, 2023
PR-URL: #48267
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
RafaelGSS mentioned this pull request Jul 3, 2023
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
PR-URL: nodejs#48267
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
PR-URL: nodejs#48267
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
ruyadorno pushed a commit that referenced this pull request Aug 29, 2023
PR-URL: #48267
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
ruyadorno mentioned this pull request Aug 29, 2023
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. benchmark Issues and PRs related to the benchmark subsystem. crypto Issues and PRs related to the crypto subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL