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

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

Issue 632013002: [Telemetry] Replace RunStressMemorey with RunPageInteraction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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/measurements/memory.py » ('j') | tools/perf/measurements/memory.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/memory.py
diff --git a/tools/perf/benchmarks/memory.py b/tools/perf/benchmarks/memory.py
index a9ae510c28d2b33ea91c5cc3896e55a2722a4db4..9cb58775c8742972811699d078f178ab555ed99a 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -16,14 +16,14 @@ class MemoryMobile(benchmark.Benchmark):
@benchmark.Disabled
class MemoryTop25(benchmark.Benchmark):
test = memory.Memory
- page_set = page_sets.Top25PageSet
+ page_set = page_sets.Top7StressPageSet
@benchmark.Disabled
class Reload2012Q3(benchmark.Benchmark):
tag = 'reload'
test = memory.Memory
- page_set = page_sets.Top2012Q3PageSet
+ page_set = page_sets.Top2012Q3StressPageSet
@benchmark.Disabled # crbug.com/371153
« no previous file with comments | « no previous file | tools/perf/measurements/memory.py » ('j') | tools/perf/measurements/memory.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698