mirror of https://github.com/nodejs/node.git
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>pull/26978/head
parent
7d0e50dcfe
commit
8d99ba6754
|
@ -35,7 +35,6 @@ class BenchmarkProgress {
|
|||
// Number of times each file will be run (roughly).
|
||||
this.runsPerFile = queue.length / benchmarks.length;
|
||||
this.currentFile = ''; // Filename of current benchmark.
|
||||
this.currentFileConfig; // Configurations for current file
|
||||
// Number of configurations already run for the current file.
|
||||
this.completedConfig = 0;
|
||||
// Total number of configurations for the current file
|
||||
|
|
Loading…
Reference in New Issue