Commit 65015d39 authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

[perf] Add load:games:miniclip:2018 system health story

This CL was created automatically with tools/perf/update_wpr script

R=perezju@chromium.org

Bug: 878390
Change-Id: Ibf6c38d09ce7bfa49e60e049f5ff240e17eade8b
Reviewed-on: https://chromium-review.googlesource.com/c/1329625Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607258}
parent 89a2eddc
...@@ -84,6 +84,7 @@ _DISABLED_TESTS = frozenset({ ...@@ -84,6 +84,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_desktop/browse:media:youtube', 'system_health.memory_desktop/browse:media:youtube',
'system_health.memory_desktop/browse:search:google_india', 'system_health.memory_desktop/browse:search:google_india',
'system_health.memory_desktop/load:games:alphabetty', 'system_health.memory_desktop/load:games:alphabetty',
'system_health.memory_desktop/load:games:miniclip',
'system_health.memory_desktop/load:news:cnn', 'system_health.memory_desktop/load:news:cnn',
'system_health.memory_desktop/load:tools:stackoverflow', 'system_health.memory_desktop/load:tools:stackoverflow',
......
...@@ -126,6 +126,9 @@ ...@@ -126,6 +126,9 @@
"load:games:miniclip": { "load:games:miniclip": {
"DEFAULT": "system_health_desktop_005.wprgo" "DEFAULT": "system_health_desktop_005.wprgo"
}, },
"load:games:miniclip:2018": {
"DEFAULT": "system_health_desktop_da7af79086.wprgo"
},
"load:games:spychase": { "load:games:spychase": {
"DEFAULT": "system_health_desktop_005.wprgo" "DEFAULT": "system_health_desktop_005.wprgo"
}, },
......
da7af790862e552b476c544f663225ff39303488
\ No newline at end of file
...@@ -519,6 +519,14 @@ class LoadMiniclipStory(_LoadingStory): ...@@ -519,6 +519,14 @@ class LoadMiniclipStory(_LoadingStory):
SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY # Requires Flash. SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY # Requires Flash.
class LoadMiniclipStory2018(_LoadingStory):
NAME = 'load:games:miniclip:2018'
# Using "https://" causes "404 Not Found" during WPR recording.
URL = 'http://www.miniclip.com/games/en/'
TAGS = [story_tags.YEAR_2018]
SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY # Requires Flash.
class LoadAlphabettyStory(_LoadingStory): class LoadAlphabettyStory(_LoadingStory):
NAME = 'load:games:alphabetty' NAME = 'load:games:alphabetty'
URL = 'https://king.com/play/alphabetty' URL = 'https://king.com/play/alphabetty'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment