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

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

Issue 2159323002: Add tracing AutoOpenCloseEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: tools/perf/benchmarks/battor.py
diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
index a69b125c3ee5630ca0a028d1d898bf690f27c8dd..aebcd20a169ca8f243cd50773f676f981862c735 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -89,7 +89,8 @@ class BattOrSystemHealthLoadingMobile(_BattOrBenchmark):
@benchmark.Disabled('android') # crbug.com/618330
class BattOrPowerCases(_BattOrBenchmark):
- page_set = page_sets.power_cases.PowerCasesPageSet
+ page_set = page_sets.Typical10MobilePageSet
benjhayden 2016/08/10 18:30:00 This doesn't look like part of this CL.
+ #page_set = page_sets.power_cases.PowerCasesPageSet
@classmethod
def Name(cls):
« media/blink/video_frame_compositor.cc ('K') | « media/blink/video_frame_compositor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698