Files
Kmake/test/benchmark/test-benchmark-dgram.js

11 lines
240 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
require('../common');
const runBenchmark = require('../common/benchmark');
// Dgram benchmarks use hardcoded ports. Thus, this test can not be run in
// parallel with tests that choose random ports.
runBenchmark('dgram');