summaryrefslogtreecommitdiff
path: root/benchmark/net
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/net')
-rw-r--r--benchmark/net/tcp-raw-c2s.js4
-rw-r--r--benchmark/net/tcp-raw-pipe.js2
-rw-r--r--benchmark/net/tcp-raw-s2c.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/benchmark/net/tcp-raw-c2s.js b/benchmark/net/tcp-raw-c2s.js
index 849b365168..fe320ddaa2 100644
--- a/benchmark/net/tcp-raw-c2s.js
+++ b/benchmark/net/tcp-raw-c2s.js
@@ -5,7 +5,7 @@
const common = require('../common.js');
const util = require('util');
-// if there are --dur=N and --len=N args, then
+// If there are --dur=N and --len=N args, then
// run the function with those settings.
// if not, then queue up a bunch of child processes.
const bench = common.createBenchmark(main, {
@@ -36,7 +36,7 @@ function main({ dur, len, type }) {
if (err)
fail(err, 'connect');
- // the meat of the benchmark is right here:
+ // The meat of the benchmark is right here:
bench.start();
var bytes = 0;
diff --git a/benchmark/net/tcp-raw-pipe.js b/benchmark/net/tcp-raw-pipe.js
index 10c69fb8b2..89db42dc4f 100644
--- a/benchmark/net/tcp-raw-pipe.js
+++ b/benchmark/net/tcp-raw-pipe.js
@@ -5,7 +5,7 @@
const common = require('../common.js');
const util = require('util');
-// if there are --dur=N and --len=N args, then
+// If there are --dur=N and --len=N args, then
// run the function with those settings.
// if not, then queue up a bunch of child processes.
const bench = common.createBenchmark(main, {
diff --git a/benchmark/net/tcp-raw-s2c.js b/benchmark/net/tcp-raw-s2c.js
index d34434a3d0..73f4d292cf 100644
--- a/benchmark/net/tcp-raw-s2c.js
+++ b/benchmark/net/tcp-raw-s2c.js
@@ -122,7 +122,7 @@ function main({ dur, len, type }) {
clientHandle.readStart();
- // the meat of the benchmark is right here:
+ // The meat of the benchmark is right here:
bench.start();
setTimeout(() => {