Skip to content

Commit de93737

Browse files
gengjiawenBethGriggs
authored andcommittedApr 8, 2019
benchmark: remove unused field in class BenchmarkProgress
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>
1 parent 98552f3 commit de93737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎benchmark/_benchmark_progress.js

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class BenchmarkProgress {
3535
// Number of times each file will be run (roughly).
3636
this.runsPerFile = queue.length / benchmarks.length;
3737
this.currentFile = ''; // Filename of current benchmark.
38-
this.currentFileConfig; // Configurations for current file
3938
// Number of configurations already run for the current file.
4039
this.completedConfig = 0;
4140
// Total number of configurations for the current file

0 commit comments

Comments
 (0)
Please sign in to comment.