summaryrefslogtreecommitdiff
path: root/benchmark/net/tcp-raw-pipe.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/net/tcp-raw-pipe.js')
-rw-r--r--benchmark/net/tcp-raw-pipe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/net/tcp-raw-pipe.js b/benchmark/net/tcp-raw-pipe.js
index 89db42dc4f..4420cc2e6d 100644
--- a/benchmark/net/tcp-raw-pipe.js
+++ b/benchmark/net/tcp-raw-pipe.js
@@ -106,7 +106,7 @@ function main({ dur, len, type }) {
setTimeout(() => {
// Multiply by 2 since we're sending it first one way
- // then then back again.
+ // then back again.
bench.end(2 * (bytes * 8) / (1024 * 1024 * 1024));
process.exit(0);
}, dur * 1000);