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

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

Issue 2673483003: [tools/perf] Fix typo in speedometer page measurement (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/speedometer.py
diff --git a/tools/perf/benchmarks/speedometer.py b/tools/perf/benchmarks/speedometer.py
index 243783fac60391e8b920b5d85cb172c4a112d554..4c76788bdda89e6618fed0978a10f8ae5f6764cf 100644
--- a/tools/perf/benchmarks/speedometer.py
+++ b/tools/perf/benchmarks/speedometer.py
@@ -69,7 +69,7 @@ class SpeedometerMeasurement(legacy_page_test.LegacyPageTest):
count=iterationCount)
tab.WaitForJavaScriptCondition2(
'benchmarkClient._finishedTestCount == benchmarkClient.testsCount',
- timemout=600)
+ timeout=600)
results.AddValue(list_of_scalar_values.ListOfScalarValues(
page, 'Total', 'ms',
tab.EvaluateJavaScript2('benchmarkClient._timeValues'),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698