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
gengjiawen 2019-03-26 22:35:15 +08:00 committed by Daniel Bevenius
parent 7d0e50dcfe
commit 8d99ba6754
1 changed files with 0 additions and 1 deletions

View File

@ -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