-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Closed
Labels
benchmarkIssues and PRs related to the benchmark subsystem.Issues and PRs related to the benchmark subsystem.eventsIssues and PRs related to the events subsystem / EventEmitter.Issues and PRs related to the events subsystem / EventEmitter.
Description
- Version: v7.0.0-pre (@master)
- Platform: OS X 10.11.4
- Subsystem: Benchmark
Running make bench results in the output:
net/net-c2s-cork.js
_stream_readable.js:19
return emitter.prependListener(event, fn);
^
TypeError: emitter.prependListener is not a function
at prependListener (_stream_readable.js:19:20)
at Socket.Readable.pipe (_stream_readable.js:582:3)
at Server.<anonymous> (<node_dir>/benchmark/net/net-c2s-cork.js:71:12)
at emitOne (events.js:96:13)
at Server.emit (events.js:188:7)
at TCP.onconnection (net.js:1452:8)
child process exited with code 1Metadata
Metadata
Assignees
Labels
benchmarkIssues and PRs related to the benchmark subsystem.Issues and PRs related to the benchmark subsystem.eventsIssues and PRs related to the events subsystem / EventEmitter.Issues and PRs related to the events subsystem / EventEmitter.