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 37e55bf commit 0cf1e22Copy full SHA for 0cf1e22
benchmark/_benchmark_progress.js
@@ -65,12 +65,12 @@ class BenchmarkProgress {
65
this.updateProgress();
66
}
67
68
- completeConfig(data) {
+ completeConfig() {
69
this.completedConfig++;
70
71
72
73
- completeRun(job) {
+ completeRun() {
74
this.completedRuns++;
75
76
@@ -108,7 +108,7 @@ class BenchmarkProgress {
108
`${caption} `;
109
110
111
- updateProgress(finished) {
+ updateProgress() {
112
if (!process.stderr.isTTY || process.stdout.isTTY) {
113
return;
114
0 commit comments