Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2025-11-20
/
.
/
test
/
benchmark
/
test-benchmark-dgram.js
blob: ceafdd77a2aa8081bb52faca6ce39c0108b60138 [
file
] [
edit
]
'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'
);