Skip to content

Commit e16e3d5

Browse files
nschonnitargos
authored andcommitted
benchmark: remove double word "then" in comments
PR-URL: #29823 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
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

+1-1
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

+1-1
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)