Skip to content

Commit 516f75f

Browse files
Trotttargos
authored andcommitted
benchmark: fix net-wrap-js-stream-passthrough
The net-wrap-js-stream-passthrough benchmark was inadvertently broken by 00944c7. This fixes it. PR-URL: #25273 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 217bb0e commit 516f75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/net/net-wrap-js-stream-passthrough.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var encoding;
1717

1818
function main({ dur, len, type }) {
1919
// Can only require internals inside main().
20-
const JSStreamWrap = require('internal/wrap_js_stream');
20+
const JSStreamWrap = require('internal/js_stream_socket');
2121

2222
switch (type) {
2323
case 'buf':

0 commit comments

Comments
 (0)