Skip to content

Commit

Permalink
benchmark: remove unused field in class BenchmarkProgress
Browse files Browse the repository at this point in the history
PR-URL: #26925
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
  • Loading branch information
gengjiawen authored and BethGriggs committed Apr 8, 2019
1 parent 98552f3 commit de93737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/_benchmark_progress.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de93737

Please sign in to comment.