PR #59872 renamed the config key from `num` to `n` but did not update the destructuring in main(), leaving `{ num: n }` which resolves to undefined. This caused the benchmark to produce near-zero throughput since the send-batching logic never fires when n is undefined. Refs: https://github.com/nodejs/node/pull/59872 PR-URL: https://github.com/nodejs/node/pull/62084 Refs: https://github.com/nodejs/performance/issues/187 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> |
||
|---|---|---|
| .. | ||
| aes-gcm-throughput.js | ||
| argon2.js | ||
| create-hash.js | ||
| create-keyobject.js | ||
| get-ciphers.js | ||
| hash-stream-creation.js | ||
| hash-stream-throughput.js | ||
| hkdf.js | ||
| kem.js | ||
| keygen.js | ||
| oneshot-hash.js | ||
| oneshot-sign.js | ||
| oneshot-verify.js | ||
| randomBytes.js | ||
| randomInt.js | ||
| randomUUID.js | ||
| rsa-encrypt-decrypt-throughput.js | ||
| rsa-sign-verify-throughput.js | ||
| timingSafeEqual.js | ||
| webcrypto-digest.js | ||