summaryrefslogtreecommitdiff
path: root/benchmark/run.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/run.js')
-rw-r--r--benchmark/run.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/run.js b/benchmark/run.js
index 7af2245ef3..2eb1ab1a4b 100644
--- a/benchmark/run.js
+++ b/benchmark/run.js
@@ -50,7 +50,7 @@ if (format === 'csv') {
for (const key of Object.keys(data.conf)) {
conf += ` ${key}=${JSON.stringify(data.conf[key])}`;
}
- // delete first space of the configuration
+ // Delete first space of the configuration
conf = conf.slice(1);
if (format === 'csv') {
// Escape quotes (") for correct csv formatting