Index: tools/perf/page_sets/gmail_refresh.json |
=================================================================== |
--- tools/perf/page_sets/gmail_refresh.json (revision 0) |
+++ tools/perf/page_sets/gmail_refresh.json (revision 0) |
@@ -0,0 +1,16 @@ |
+{ |
+ "description": "Chrome Endure control test to test gmail page reload", |
+ "user_agent_type": "desktop", |
+ "archive_data_file": "data/gmail_refresh.json", |
+ "credentials_path": "data/credentials.json", |
+ |
+ "pages": [ |
+ { |
+ "url": "https://mail.google.com/mail/", |
+ "credentials": "google", |
+ "why": "Continually reload the gmail page.", |
+ "endure": { "action": "reload", "seconds": 2 } |
+ } |
+ ] |
+} |
+ |