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

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

Issue 372283003: Change test units back to runs/s (looks like this was changed accidentally in crrev.com/280202) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/dromaeo.py
diff --git a/tools/perf/benchmarks/dromaeo.py b/tools/perf/benchmarks/dromaeo.py
index 4be3344e1b58a46353dbaf612d241d5e23a4438d..0953cad06fff334ad765356cfe3ae03ba427f002 100644
--- a/tools/perf/benchmarks/dromaeo.py
+++ b/tools/perf/benchmarks/dromaeo.py
@@ -75,7 +75,7 @@ class _DromaeoMeasurement(page_measurement.PageMeasurement):
if name == suffix:
data_type = 'default'
- results.Add(Escape(name), 'run/s', value, data_type=data_type)
+ results.Add(Escape(name), 'runs/s', value, data_type=data_type)
aggregated = {}
for data in score:
« 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