We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98552f3 commit de93737Copy full SHA for de93737
benchmark/_benchmark_progress.js
@@ -35,7 +35,6 @@ class BenchmarkProgress {
35
// Number of times each file will be run (roughly).
36
this.runsPerFile = queue.length / benchmarks.length;
37
this.currentFile = ''; // Filename of current benchmark.
38
- this.currentFileConfig; // Configurations for current file
39
// Number of configurations already run for the current file.
40
this.completedConfig = 0;
41
// Total number of configurations for the current file
0 commit comments