1'use strict'; 2 3require('../common'); 4 5const runBenchmark = require('../common/benchmark'); 6 7// Dgram benchmarks use hardcoded ports. Thus, this test can not be run in 8// parallel with tests that choose random ports. 9 10runBenchmark('dgram'); 11