benchmark: changed millions and thousands to n

PR-URL: https://github.com/nodejs/node/pull/18917
Fixes: https://github.com/nodejs/node/issues/18778
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Andreas Madsen <amwebdk@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
This commit is contained in:
juggernaut451 2018-03-17 20:49:09 +05:30 committed by Ruben Bridgewater
parent 28e5c462d4
commit b80da63b99
No known key found for this signature in database
GPG key ID: F07496B3EB3C1762
46 changed files with 277 additions and 309 deletions

View file

@ -1,12 +1,11 @@
'use strict';
const assert = require('assert');
const http2 = require('http2');
const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');
const http2 = require('http2');
for (const chunkSequence of [
[ '' ],