Skip to content

Commit

Permalink
fixup! webstreams: reduce overhead of transfering
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Oct 10, 2023
1 parent b0b5614 commit 578d490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/webstreams/js_transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function main({ n, payload: payloadType }) {
if (messages++ === n) {
bench.end(n);
port1.close();
return;
} else {
send();
}
Expand Down

0 comments on commit 578d490

Please sign in to comment.