We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb9b12 commit 4b841cbCopy full SHA for 4b841cb
benchmark/_benchmark_progress.js
@@ -104,7 +104,7 @@ class BenchmarkProgress {
104
`| ${fraction(completedFiles, scheduledFiles)} files ` +
105
`| ${fraction(completedRunsForFile, runsPerFile)} runs ` +
106
`| ${fraction(completedConfig, scheduledConfig)} configs]` +
107
- `: ${caption}`;
+ `: ${caption} `;
108
}
109
110
updateProgress(finished) {
0 commit comments