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: nodejs/node#15923
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
uttampawar authored and addaleax committed Oct 11, 2017
1 parent 7b54ca4 commit 4f286cb
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 4f286cb

Please sign in to comment.