Skip to content

http2 benchmark seems broken #36746

Closed
@aduh95

Description

@aduh95
  • Test: http2/compat.js http2/simple.js
  • Platform: benchmark-node-micro-benchmarks
  • Console Output:
"old", "http2/compat.js", "duration=5 benchmarker='test-double-http2' clients=2 streams=100 requests=1000", 2024, 5.239167185
/w/bnch-comp/node/benchmark/_test-double-benchmarker.js:49
    client.on('error', (e) => { throw e; });
                                ^

Error: connect EADDRNOTAVAIL 127.0.0.1:12346 - Local (127.0.0.1:0)
    at internalConnect (node:net:911:16)
    at defaultTriggerAsyncIdScope (node:internal/async_hooks:430:12)
    at node:net:1002:9
    at processTicksAndRejections (node:internal/process/task_queues:76:11) {
  errno: -99,
  code: 'EADDRNOTAVAIL',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 12346
}
Error: test-double-http2 failed with 1.
    at ChildProcess.<anonymous> (/w/bnch-comp/node/benchmark/_http-benchmarkers.js:242:16)
    at Object.onceWrapper (node:events:486:26)
    at ChildProcess.emit (node:events:379:20)
    at maybeClose (node:internal/child_process:1063:16)
    at Socket.<anonymous> (node:internal/child_process:449:11)
    at Socket.emit (node:events:379:20)
    at Pipe.<anonymous> (node:net:667:12)

Metadata

Metadata

Assignees

No one assigned

    Labels

    benchmarkIssues and PRs related to the benchmark subsystem.http2Issues or PRs related to the http2 subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions