node/benchmark/crypto
SeokhunEom 13661a0123
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>
2026-01-13 10:04:54 -03: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
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
oneshot-verify.js
randomBytes.js
randomInt.js
randomUUID.js benchmark: use boolean options in benchmark tests 2026-01-13 10:04:54 -03:00
rsa-encrypt-decrypt-throughput.js
rsa-sign-verify-throughput.js
timingSafeEqual.js
webcrypto-digest.js