mirror of https://github.com/lukechilds/node.git
Browse Source
PR-URL: https://github.com/nodejs/node/pull/15923 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>v9.x-staging
committed by
Ruben Bridgewater
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
'use strict'; |
|||
|
|||
require('../common'); |
|||
|
|||
const runBenchmark = require('../common/benchmark'); |
|||
|
|||
runBenchmark('string_decoder', ['n=1']); |
Loading…
Reference in new issue