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

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

Issue 2735633007: Created battor.tough_energy cases (with dcurtis's change)
Patch Set: Created 3 years, 9 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 | « testing/buildbot/chromium.perf.fyi.json ('k') | 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 a859e756cd0a91dc7aed3c80f1023e604e291553..84b3e36f8b03638c22bdc874db5292ba94e02d73 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -79,3 +79,10 @@ class BattOrSteadyStatePages(_BattOrBenchmark):
@classmethod
def Name(cls):
return 'battor.steady_state'
+
+class BattOrToughEnergyCases(_BattOrBenchmark):
+ page_set = page_sets.ToughEnergyCasesPageSet
+
+ @classmethod
+ def Name(cls):
+ return 'battor.tough_energy_cases'
« no previous file with comments | « testing/buildbot/chromium.perf.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698