Open
Description
Run command:
./node-master benchmark/compare.js --old ./node-master --new ./node-master -- http2
Refs: #33928 (comment)
- Test: http2
- Platform: macOS,Linux
- Console Output:
/Users/ricky/projj/github.com/rickyes/node/benchmark/_test-double-benchmarker.js:40
client.on('error', (e) => { throw e; });
^
Error: connect EADDRNOTAVAIL 127.0.0.1:12346 - Local (0.0.0.0:0)
at internalConnect (net.js:905:16)
at defaultTriggerAsyncIdScope (internal/async_hooks.js:416:12)
at net.js:997:9
at processTicksAndRejections (internal/process/task_queues.js:75:11) {
errno: -49,
code: 'EADDRNOTAVAIL',
syscall: 'connect',
address: '127.0.0.1',
port: 12346
}
Error: test-double-http2 failed with 1.
at ChildProcess.<anonymous> (/Users/ricky/projj/github.com/rickyes/node/benchmark/_http-benchmarkers.js:238:16)
at Object.onceWrapper (events.js:421:26)
at ChildProcess.emit (events.js:314:20)
at maybeClose (internal/child_process.js:1051:16)
at Socket.<anonymous> (internal/child_process.js:442:11)
at Socket.emit (events.js:314:20)
at Pipe.<anonymous> (net.js:656:12)