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

Unified Diff: tools/perf/benchmarks/system_health.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 | « tools/perf/benchmarks/battor.py ('k') | tools/perf/page_sets/system_health/loading_stories.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/system_health.py
diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
index 8aa389efd739c7bf11bbd29be64adc56f9c0e18c..99e8f037efabc27f819809f96bf30ea9501a4375 100644
--- a/tools/perf/benchmarks/system_health.py
+++ b/tools/perf/benchmarks/system_health.py
@@ -91,7 +91,7 @@ class _MemorySystemHealthBenchmark(perf_benchmark.PerfBenchmark):
class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
"""Desktop Chrome Memory System Health Benchmark."""
- page_set = page_sets.DesktopMemorySystemHealthStorySet
+ page_set = page_sets.DesktopSystemHealthStorySet
@classmethod
def ShouldDisable(cls, possible_browser):
@@ -100,7 +100,7 @@ class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
class MobileMemorySystemHealth(_MemorySystemHealthBenchmark):
"""Mobile Chrome Memory System Health Benchmark."""
- page_set = page_sets.MobileMemorySystemHealthStorySet
+ page_set = page_sets.MobileSystemHealthStorySet
@classmethod
def ShouldDisable(cls, possible_browser):
« no previous file with comments | « tools/perf/benchmarks/battor.py ('k') | tools/perf/page_sets/system_health/loading_stories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698