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

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

Issue 2092163002: [system-health] Generalize loading stories to single-page stories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase & address comments Created 4 years, 6 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 | tools/perf/benchmarks/system_health.py » ('j') | 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 faafe489ef469633b5740cb3d6e768ddc027929c..42abbf390984ab8c5c447b5bcb54037f75b8c321 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -55,8 +55,7 @@ class BattOrSystemHealthLoadingDesktop(_BattOrBenchmark):
"""Desktop Chrome Memory System Health Benchmark."""
def CreateStorySet(self, options):
- return page_sets.DesktopMemorySystemHealthStorySet(
- take_memory_measurement=False)
+ return page_sets.DesktopSystemHealthStorySet(take_memory_measurement=False)
@classmethod
def ShouldDisable(cls, possible_browser):
@@ -72,8 +71,7 @@ class BattOrSystemHealthLoadingMobile(_BattOrBenchmark):
"""Mobile Chrome Memory System Health Benchmark."""
def CreateStorySet(self, options):
- return page_sets.MobileMemorySystemHealthStorySet(
- take_memory_measurement=False)
+ return page_sets.MobileSystemHealthStorySet(take_memory_measurement=False)
@classmethod
def ShouldDisable(cls, possible_browser):
« no previous file with comments | « no previous file | tools/perf/benchmarks/system_health.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698