benchmark: remove unused field in class BenchmarkProgress · nodejs/node@de93737 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit de93737

gengjiawenBethGriggs

authored and

committed

benchmark: remove unused field in class BenchmarkProgress

PR-URL: #26925Reviewed-By: Ruben Bridgewater ruben@bridgewater.de Reviewed-By: Rich Trott rtrott@gmail.com Signed-off-by: Beth Griggs Bethany.Griggs@uk.ibm.com

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@ class BenchmarkProgress {
35 35 // Number of times each file will be run (roughly).
36 36 this.runsPerFile = queue.length / benchmarks.length;
37 37 this.currentFile = ''; // Filename of current benchmark.
38 -this.currentFileConfig; // Configurations for current file
39 38 // Number of configurations already run for the current file.
40 39 this.completedConfig = 0;
41 40 // Total number of configurations for the current file