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

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

Issue 2159733002: [system-health] Run all SH stories in memory benchmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable the correct stories on mobile 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
« no previous file with comments | « no previous file | tools/perf/benchmarks/system_health_smoke_test.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 28bd93557f833ed78520a3e25a955483b5ce8db4..8da9ce31524221846ee5b282541bcde52c8d458d 100644
--- a/tools/perf/benchmarks/system_health.py
+++ b/tools/perf/benchmarks/system_health.py
@@ -79,7 +79,7 @@ class _MemorySystemHealthBenchmark(perf_benchmark.PerfBenchmark):
return options
def CreateStorySet(self, options):
- return page_sets.SystemHealthStorySet(platform=self.PLATFORM, case='load',
+ return page_sets.SystemHealthStorySet(platform=self.PLATFORM,
take_memory_measurement=True)
@classmethod
« no previous file with comments | « no previous file | tools/perf/benchmarks/system_health_smoke_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698