Skip to content

Commit

Permalink
test: move benchmark-dgram to sequential
Browse files Browse the repository at this point in the history
This test uses hardcoded ports, it should not be located in parallel.

PR-URL: #21144
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
apapirovski authored and Trott committed Jun 6, 2018
1 parent fc3fd60 commit d0943bc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ require('../common');

const runBenchmark = require('../common/benchmark');

// Because the dgram 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.

runBenchmark('dgram', ['address=true',
'chunks=2',
'dur=0.1',
Expand Down

0 comments on commit d0943bc

Please sign in to comment.