mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: added string_decoder.js a parallel test
PR-URL: https://github.com/nodejs/node/pull/15923 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
committed by
Ruben Bridgewater
parent
c4178abc64
commit
b8b248a9b3
7
test/parallel/test-benchmark-string_decoder.js
Normal file
7
test/parallel/test-benchmark-string_decoder.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
require('../common');
|
||||
|
||||
const runBenchmark = require('../common/benchmark');
|
||||
|
||||
runBenchmark('string_decoder', ['n=1']);
|
||||
Reference in New Issue
Block a user