summaryrefslogtreecommitdiff
path: root/benchmark/_benchmark_progress.js
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-03-19 15:02:17 +0200
committerJames M Snell <jasnell@gmail.com>2017-03-21 21:58:18 -0700
commit4b841cb0b6d765813a02f9b348f9ff04854ee969 (patch)
treec8663f2e640dd43bdf9d676193b3ac48ac4f123d /benchmark/_benchmark_progress.js
parent4fb9b1226f3b80bf1e4661fd3be6e91283b8531b (diff)
downloadandroid-node-v8-4b841cb0b6d765813a02f9b348f9ff04854ee969.tar.gz
android-node-v8-4b841cb0b6d765813a02f9b348f9ff04854ee969.tar.bz2
android-node-v8-4b841cb0b6d765813a02f9b348f9ff04854ee969.zip
benchmark: harmonize progress bar + stderr output
Add a space for minimal readability. PR-URL: https://github.com/nodejs/node/pull/11925 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'benchmark/_benchmark_progress.js')
-rw-r--r--benchmark/_benchmark_progress.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/_benchmark_progress.js b/benchmark/_benchmark_progress.js
index 4b42248f24..4afae2f77d 100644
--- a/benchmark/_benchmark_progress.js
+++ b/benchmark/_benchmark_progress.js
@@ -104,7 +104,7 @@ class BenchmarkProgress {
`| ${fraction(completedFiles, scheduledFiles)} files ` +
`| ${fraction(completedRunsForFile, runsPerFile)} runs ` +
`| ${fraction(completedConfig, scheduledConfig)} configs]` +
- `: ${caption}`;
+ `: ${caption} `;
}
updateProgress(finished) {