node/benchmark/crypto
SeokhunEom e1f7d68c94
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-19 19:19:29 +01:00
..
aes-gcm-throughput.js
argon2.js crypto: add argon2() and argon2Sync() methods 2025-08-21 19:01:11 +02:00
create-hash.js
create-keyobject.js
get-ciphers.js
hash-stream-creation.js
hash-stream-throughput.js
hkdf.js
kem.js crypto: support ML-KEM, DHKEM, and RSASVE key encapsulation mechanisms 2025-08-21 19:01:13 +02: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-19 19:19:29 +01:00
rsa-encrypt-decrypt-throughput.js
rsa-sign-verify-throughput.js
timingSafeEqual.js
webcrypto-digest.js