Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2025-11-20
/
.
/
test
/
benchmark
/
test-benchmark-streams.js
blob: 68c8478a7398c5cd34471fa4d6a5a01ad037d61e [
file
] [
edit
]
'use strict'
;
require
(
'../common'
);
const
runBenchmark
=
require
(
'../common/benchmark'
);
runBenchmark
(
'streams'
,
{
NODEJS_BENCHMARK_ZERO_ALLOWED
:
1
});