• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3require('../common');
4
5// Because the net benchmarks use hardcoded ports, this should be in sequential
6// rather than parallel to make sure it does not conflict with tests that choose
7// random available ports.
8
9const runBenchmark = require('../common/benchmark');
10
11runBenchmark('net', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
12