node/benchmark/crypto
SeokhunEom 42d0e1307b
Some checks failed
Test and upload documentation to artifacts / build-docs (push) Has been cancelled
Linters / lint-addon-docs (push) Has been cancelled
Linters / lint-cpp (push) Has been cancelled
Linters / format-cpp (push) Has been cancelled
Linters / lint-js-and-md (push) Has been cancelled
Linters / lint-nix (push) Has been cancelled
Linters / lint-py (push) Has been cancelled
Linters / lint-yaml (push) Has been cancelled
Linters / lint-sh (push) Has been cancelled
Linters / lint-codeowners (push) Has been cancelled
Linters / lint-pr-url (push) Has been cancelled
Linters / lint-readme (push) Has been cancelled
Notify on Push / Notify on Force Push on `main` (push) Has been cancelled
Notify on Push / Notify on Push on `main` with invalid message (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
benchmark: use boolean options in benchmark tests
Use boolean values for randomUUID benchmark and
deprecate benchmark instead of 0/1.

PR-URL: https://github.com/nodejs/node/pull/60129
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
2025-12-25 10:45:07 +00:00
..
aes-gcm-throughput.js
argon2.js crypto: add argon2() and argon2Sync() methods 2025-08-19 19:30:38 +00:00
create-hash.js
create-keyobject.js benchmark: reflect current OpenSSL in crypto key benchmarks 2025-08-15 10:24:46 +00:00
get-ciphers.js
getcipherinfo.js src: update crypto.getCipherInfo() to use DictionaryTemplate 2025-10-05 14:05:35 +00:00
hash-stream-creation.js
hash-stream-throughput.js
hkdf.js
kem.js crypto: support ML-KEM, DHKEM, and RSASVE key encapsulation mechanisms 2025-08-20 14:30:58 +00:00
keygen.js
oneshot-hash.js
oneshot-sign.js benchmark: reflect current OpenSSL in crypto key benchmarks 2025-08-15 10:24:46 +00:00
oneshot-verify.js benchmark: reflect current OpenSSL in crypto key benchmarks 2025-08-15 10:24:46 +00:00
randomBytes.js
randomInt.js
randomUUID.js benchmark: use boolean options in benchmark tests 2025-12-25 10:45:07 +00:00
rsa-encrypt-decrypt-throughput.js
rsa-sign-verify-throughput.js
timingSafeEqual.js
webcrypto-digest.js