benchmark: remove unused field in class BenchmarkProgress
PR-URL: https://github.com/nodejs/node/pull/26925 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
7d0e50dcfe
commit
8d99ba6754
@ -35,7 +35,6 @@ class BenchmarkProgress {
|
|||||||
// Number of times each file will be run (roughly).
|
// Number of times each file will be run (roughly).
|
||||||
this.runsPerFile = queue.length / benchmarks.length;
|
this.runsPerFile = queue.length / benchmarks.length;
|
||||||
this.currentFile = ''; // Filename of current benchmark.
|
this.currentFile = ''; // Filename of current benchmark.
|
||||||
this.currentFileConfig; // Configurations for current file
|
|
||||||
// Number of configurations already run for the current file.
|
// Number of configurations already run for the current file.
|
||||||
this.completedConfig = 0;
|
this.completedConfig = 0;
|
||||||
// Total number of configurations for the current file
|
// Total number of configurations for the current file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user