Skip to content

Commit e16e3d5

Browse files
nschonnitargos
authored andcommitted
benchmark: remove double word "then" in comments
PR-URL: #29823 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 5959023 commit e16e3d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/net/net-pipe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function main({ dur, len, type }) {
4949

5050
setTimeout(() => {
5151
// Multiply by 2 since we're sending it first one way
52-
// then then back again.
52+
// then back again.
5353
const bytes = writer.received * 2;
5454
const gbits = (bytes * 8) / (1024 * 1024 * 1024);
5555
bench.end(gbits);

benchmark/net/tcp-raw-pipe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function main({ dur, len, type }) {
106106

107107
setTimeout(() => {
108108
// Multiply by 2 since we're sending it first one way
109-
// then then back again.
109+
// then back again.
110110
bench.end(2 * (bytes * 8) / (1024 * 1024 * 1024));
111111
process.exit(0);
112112
}, dur * 1000);

0 commit comments

Comments
 (0)