Skip to content

benchmark: add crypto.create*Key - #48284

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
panva:crypto-bench-createKey
Jun 5, 2023
Merged

benchmark: add crypto.create*Key#48284
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
panva:crypto-bench-createKey

Conversation

@panva

@panvapanva commented Jun 1, 2023

Copy link
Copy Markdown
Member

Adds crypto.createPrivateKey and crypto.createPublicKey benchmarks for pem, der, and jwk inputs using rsa, ec, and ed25519 key fixtures.

@panvapanva added crypto Issues and PRs related to the crypto subsystem. benchmark Issues and PRs related to the benchmark subsystem. labels Jun 1, 2023
@panva

panva commented Jun 1, 2023

Copy link
Copy Markdown
MemberAuthor

cc @nodejs/crypto

Comment threadbenchmark/crypto/create-keyobject.js Outdated
@tniessen

Copy link
Copy Markdown
Member

cc @nodejs/performance

@anonriganonrig left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good with @tniessen's suggestion

Comment threadbenchmark/crypto/create-keyobject.js Outdated
H4ad
H4ad approved these changes Jun 2, 2023
@panva
panvaforce-pushed the crypto-bench-createKey branch from a3647aa to 2b9eabaCompareJune 5, 2023 07:49
@panvapanva added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 5, 2023
@panva
panva requested review from anonrig and tniessenJune 5, 2023 09:58
@panvapanva added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 5, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 5, 2023
@nodejs-github-bot
nodejs-github-bot merged commit 6327d45 into nodejs:mainJun 5, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 6327d45

@panva
panva deleted the crypto-bench-createKey branch June 5, 2023 16:55
RafaelGSS pushed a commit that referenced this pull request Jul 3, 2023
PR-URL: #48284
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@RafaelGSSRafaelGSS 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#48284
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
PR-URL: nodejs#48284
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
ruyadorno pushed a commit that referenced this pull request Aug 29, 2023
PR-URL: #48284
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@ruyadornoruyadorno mentioned this pull request Aug 29, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.benchmarkIssues and PRs related to the benchmark subsystem.cryptoIssues and PRs related to the crypto subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@panva@tniessen@nodejs-github-bot@jasnell@lpinca@anonrig@H4ad@RafaelGSS