node/benchmark/crypto
Lei Shi 36380eb53d benchmark: increase the iteration number to an appropriate value
Current iteration number is too small that fwrite occupies large
portion of execution time which made crypo execution time measured
inaccurate. The iteration above 1e5 makes 50% higher and stable
score.

PR-URL: https://github.com/nodejs/node/pull/50766
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
2023-11-29 09:46:32 -03:00
..
aes-gcm-throughput.js benchmark: add trailing commas in benchmark/crypto 2023-02-10 00:54:53 +00:00
cipher-stream.js benchmark: add trailing commas in benchmark/crypto 2023-02-10 00:54:53 +00:00
create-keyobject.js benchmark: add crypto.create*Key 2023-06-05 16:45:47 +00:00
get-ciphers.js benchmark: add trailing commas in benchmark/crypto 2023-02-10 00:54:53 +00:00
hash-stream-creation.js benchmark: add trailing commas in benchmark/crypto 2023-02-10 00:54:53 +00:00
hash-stream-throughput.js benchmark: add trailing commas in benchmark/crypto 2023-02-10 00:54:53 +00:00
hkdf.js benchmark: add trailing commas in benchmark/crypto 2023-02-10 00:54:53 +00:00
keygen.js benchmark: add trailing commas in benchmark/crypto 2023-02-10 00:54:53 +00:00
oneshot-sign.js benchmark: refactor crypto oneshot 2023-06-05 19:00:41 +00:00
oneshot-verify.js benchmark: refactor crypto oneshot 2023-06-05 19:00:41 +00:00
randomBytes.js
randomInt.js benchmark: add trailing commas in benchmark/crypto 2023-02-10 00:54:53 +00:00
randomUUID.js
rsa-encrypt-decrypt-throughput.js benchmark: add trailing commas in benchmark/crypto 2023-02-10 00:54:53 +00:00
rsa-sign-verify-throughput.js benchmark: add trailing commas in benchmark/crypto 2023-02-10 00:54:53 +00:00
webcrypto-digest.js benchmark: increase the iteration number to an appropriate value 2023-11-29 09:46:32 -03:00