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

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

Issue 2261713003: [Telemetry] Add trivial pages page set to BattOr benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/battor.py
diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
index 2cbc14ecfae92af0266f99c48e6944e92fb115e2..73a01727b8e25c86de5d148d6683e15f05cadfb8 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -116,3 +116,11 @@ class BattOrPowerCasesNoChromeTrace(_BattOrBenchmark):
@classmethod
def Name(cls):
return 'battor.power_cases_no_chrome_trace'
+
+
+class BattOrTrivialPages(_BattOrBenchmark):
rnephew (Reviews Here) 2016/08/19 16:49:43 Should I limit this only to mac? Its running fine
erikchen 2016/08/19 17:01:31 If you want to run the tests on Android, I recomme
rnephew (Reviews Here) 2016/08/19 17:06:39 Set to only run on mac.
+ page_set = page_sets.MacGpuTrivialPagesStorySet
+
+ @classmethod
+ def Name(cls):
+ return 'battor.trivial_pages'
« 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