mirror of https://github.com/nodejs/node.git
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
|
'use strict';
|
||
|
|
||
|
require('../common');
|
||
|
|
||
|
const runBenchmark = require('../common/benchmark');
|
||
|
|
||
|
runBenchmark('webstreams', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|