Skip to content

Commit

Permalink
bench: fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Sep 5, 2020
1 parent 4b92118 commit d454d01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ const httpOptions = {

const undiciOptions = {
path: '/',
method: 'GET'
method: 'GET',
requestTimeout: 0
}

const pool = undici(`http://${httpOptions.hostname}:${httpOptions.port}`, {
connections: 100,
pipelining: 10,
requestTimeout: 0
pipelining: 10
})

const suite = new Benchmark.Suite()
Expand Down

0 comments on commit d454d01

Please # to comment.