node/test/benchmark/test-benchmark-webstreams.js
Rafael Gonzaga 79e0bf9b64 benchmark: include webstreams benchmark
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
PR-URL: https://github.com/nodejs/node/pull/45876
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
2023-01-31 08:04:09 -05:00

7 lines
158 B
JavaScript

'use strict';
require('../common');
const runBenchmark = require('../common/benchmark');
runBenchmark('webstreams', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });