We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bd1cf commit a14e056Copy full SHA for a14e056
1 file changed
benchmark/http/headers.js
@@ -27,7 +27,7 @@ function main({ len, n, duration }) {
27
'Transfer-Encoding': 'chunked',
28
};
29
30
- const Is = [...Array(n / len).keys()];
+ const Is = [...Array(parseInt(n / len)).keys()];
31
const Js = [...Array(len).keys()];
32
33
for (const i of Is) {
0 commit comments