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

Unified Diff: tools/android/customtabs_benchmark/scripts/sample_config.json

Issue 2414363002: tools: Extend the CustomTabs benchmark scripts to speculative_prefetch. (Closed)
Patch Set: Created 4 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 | « tools/android/customtabs_benchmark/scripts/run_benchmark.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/customtabs_benchmark/scripts/sample_config.json
diff --git a/tools/android/customtabs_benchmark/scripts/sample_config.json b/tools/android/customtabs_benchmark/scripts/sample_config.json
new file mode 100644
index 0000000000000000000000000000000000000000..2931f5578d200fa502fb59d3be2c5a105a7bfb4f
--- /dev/null
+++ b/tools/android/customtabs_benchmark/scripts/sample_config.json
@@ -0,0 +1,8 @@
+{
+ "url": "https://www.android.com",
+ "warmup": true,
+ "speculation_mode": "disabled",
+ "delay_to_may_launch_url": 1000,
+ "delay_to_launch_url": 3000,
+ "cold": true
+}
« no previous file with comments | « tools/android/customtabs_benchmark/scripts/run_benchmark.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698