summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-03-26 22:35:15 +0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-03-29 06:26:11 +0100
commit8d99ba675422333045bfcf3bfd99367c3e66ab6d (patch)
tree61d03bbcd4cd0b66aa008dbb614481facbc6c80e /benchmark
parent7d0e50dcfef98ca56715adf74678bcaf4aa08796 (diff)
downloadandroid-node-v8-8d99ba675422333045bfcf3bfd99367c3e66ab6d.tar.gz
android-node-v8-8d99ba675422333045bfcf3bfd99367c3e66ab6d.tar.bz2
android-node-v8-8d99ba675422333045bfcf3bfd99367c3e66ab6d.zip
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>
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/_benchmark_progress.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/_benchmark_progress.js b/benchmark/_benchmark_progress.js
index 935b1f24d4..1b7ac738f6 100644
--- a/benchmark/_benchmark_progress.js
+++ b/benchmark/_benchmark_progress.js
@@ -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