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

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

Issue 2493063002: Enable traffic shaping in loading.mobile benchmark (Closed)
Patch Set: Created 4 years, 1 month 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/page_sets/loading_mobile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/loading.py
diff --git a/tools/perf/benchmarks/loading.py b/tools/perf/benchmarks/loading.py
index 04cb69d4a89c26df048d6e64c79db1f194d4d134..9a1dcf7f4ffd01ae03bf498308e6cb4277e59d79 100644
--- a/tools/perf/benchmarks/loading.py
+++ b/tools/perf/benchmarks/loading.py
@@ -38,9 +38,9 @@ class LoadingMobile(perf_benchmark.PerfBenchmark):
return 'loading.mobile'
def CreateStorySet(self, options):
- return page_sets.LoadingMobileStorySet(cache_temperatures=[
- cache_temperature.ANY])
-
+ return page_sets.LoadingMobileStorySet(
+ cache_temperatures=[cache_temperature.ANY],
+ traffic_settings=[traffic_setting.NONE, traffic_setting.REGULAR_3G])
# Disabled because we do not plan on running CT benchmarks on the perf
« no previous file with comments | « no previous file | tools/perf/page_sets/loading_mobile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698