Skip to content

Commit

Permalink
test: add streams benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
lundibundi authored and Trott committed Aug 18, 2018
1 parent 59fd07a commit f56e2d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/parallel/test-benchmark-streams.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
'use strict';

require('../common');

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

runBenchmark('streams',
[
'kind=duplex',
'type=buffer',
'n=1'
],
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 comments on commit f56e2d6

Please sign in to comment.