Skip to content

Commit

Permalink
test: added string_decoder.js a parallel test
Browse files Browse the repository at this point in the history
PR-URL: #15923
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
uttampawar authored and MylesBorins committed Oct 11, 2017
1 parent 2ea339a commit 27e0532
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/parallel/test-benchmark-string_decoder.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict';

require('../common');

const runBenchmark = require('../common/benchmark');

runBenchmark('string_decoder', ['n=1']);

0 comments on commit 27e0532

Please sign in to comment.