mirror of https://github.com/lukechilds/node.git
Browse Source
Added parallel test benchmark for es PR-URL: https://github.com/nodejs/node/pull/16076 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>v9.x-staging
committed by
James M Snell
10 changed files with 54 additions and 12 deletions
@ -0,0 +1,18 @@ |
|||||
|
'use strict'; |
||||
|
|
||||
|
require('../common'); |
||||
|
|
||||
|
const runBenchmark = require('../common/benchmark'); |
||||
|
|
||||
|
runBenchmark('es', |
||||
|
[ |
||||
|
'method=', |
||||
|
'millions=0.000001', |
||||
|
'count=1', |
||||
|
'context=null', |
||||
|
'rest=0', |
||||
|
'mode=', |
||||
|
'n=1', |
||||
|
'encoding=ascii', |
||||
|
'size=1e1' |
||||
|
]); |
Loading…
Reference in new issue