/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/benchmark/test-benchmark-net.js
11 строк
340 B
Ruben Bridgewater
test: refactor all benchmark tests to use the new test option
10 мар 2020, 00:35
Не верифицирован
10 мар 2020, 00:35
9e40df7
Код
Авторство
О чём код?
'use strict'; require('../common'); // Because the net benchmarks use hardcoded ports, this should be in sequential // rather than parallel to make sure it does not conflict with tests that choose // random available ports. const runBenchmark = require('../common/benchmark'); runBenchmark('net', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });