Skip to content

Commit f56e2d6

Browse files
lundibundiTrott
authored andcommitted
test: add streams benchmark test
Refs: #12068
1 parent 59fd07a commit f56e2d6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
'use strict';
2+
3+
require('../common');
4+
5+
const runBenchmark = require('../common/benchmark');
6+
7+
runBenchmark('streams',
8+
[
9+
'kind=duplex',
10+
'type=buffer',
11+
'n=1'
12+
],
13+
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 commit comments

Comments
 (0)