| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "Mobile sites with interesting memory characteristics", | 2 "description": "Mobile sites with interesting memory characteristics", |
| 3 "archive_data_file": "../data/mobile_memory.json", | 3 "archive_data_file": "data/mobile_memory.json", |
| 4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "data/credentials.json", |
| 5 "user_agent_type": "mobile", | 5 "user_agent_type": "mobile", |
| 6 "reload_and_gc": [ | 6 "reload_and_gc": [ |
| 7 {"action": "reload" }, | 7 {"action": "reload" }, |
| 8 {"action": "wait", "seconds": 15 }, | 8 {"action": "wait", "seconds": 15 }, |
| 9 {"action": "js_collect_garbage" } | 9 {"action": "js_collect_garbage" } |
| 10 ], | 10 ], |
| 11 "stress_memory": { "action": "reload_and_gc", "repeat": 3 }, | 11 "stress_memory": { "action": "reload_and_gc", "repeat": 3 }, |
| 12 "pages": [ | 12 "pages": [ |
| 13 { | 13 { |
| 14 "url": "https://mail.google.com/mail/mu", | 14 "url": "https://mail.google.com/mail/mu", |
| 15 "credentials": "google" | 15 "credentials": "google" |
| 16 } | 16 } |
| 17 ] | 17 ] |
| 18 } | 18 } |
| OLD | NEW |