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> |
||
|---|---|---|
| .. | ||
| array-vs-concat.js | ||
| bind-params.js | ||
| multi-buffer.js | ||
| offset-length.js | ||
| send-types.js | ||
| single-buffer.js | ||