Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: tools/perf/benchmarks/oortonline.py

Issue 1914233003: [tools/perf] Delete unused variable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/benchmarks/media.py ('k') | tools/perf/benchmarks/service_worker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/oortonline.py
diff --git a/tools/perf/benchmarks/oortonline.py b/tools/perf/benchmarks/oortonline.py
index d3f072cd4d293591224c1f4e984bea8a6ae612d7..c1631b256b43116fc8ba4c4e5bcbe26e004c93e1 100644
--- a/tools/perf/benchmarks/oortonline.py
+++ b/tools/perf/benchmarks/oortonline.py
@@ -22,6 +22,7 @@ class _OortOnlineMeasurement(page_test.PageTest):
super(_OortOnlineMeasurement, self).__init__()
def ValidateAndMeasurePage(self, page, tab, results):
+ del page # unused
tab.WaitForJavaScriptExpression('window.benchmarkFinished', 1000)
scores = tab.EvaluateJavaScript('window.benchmarkScore')
for score in scores:
« no previous file with comments | « tools/perf/benchmarks/media.py ('k') | tools/perf/benchmarks/service_worker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698