diff options
author | alancutter@chromium.org <alancutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 16:21:42 +0000 |
---|---|---|
committer | alancutter@chromium.org <alancutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 16:21:42 +0000 |
commit | 35d6e6e136c291c5df059e6f3a376d3842459ce3 (patch) | |
tree | c64823b8cac48d832fe0bb94d6564dc940c14baf /tools/perf | |
parent | 42856e8c5f0e8e12338adb55e26cfdfc5ba3fb50 (diff) | |
download | chromium_src-35d6e6e136c291c5df059e6f3a376d3842459ce3.zip chromium_src-35d6e6e136c291c5df059e6f3a376d3842459ce3.tar.gz chromium_src-35d6e6e136c291c5df059e6f3a376d3842459ce3.tar.bz2 |
Perf: Add WPR for tough_animation_cases page_set
This patch associates the tough_animation_cases page set with its own WPR
archive instead of reusing the existing robohornet_pro archive.
The robohornet_pro WPR doesn't seem to be accessible outsite of the perf
bots, this replacement will make problems with tough_animation_cases easier
to debug.
NOTRY=TRUE
BUG=350692
Review URL: https://codereview.chromium.org/189113013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/page_sets/data/tough_animation_cases.json | 8 | ||||
-rw-r--r-- | tools/perf/page_sets/data/tough_animation_cases_000.wpr.sha1 | 1 | ||||
-rw-r--r-- | tools/perf/page_sets/tough_animation_cases.json | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/tools/perf/page_sets/data/tough_animation_cases.json b/tools/perf/page_sets/data/tough_animation_cases.json new file mode 100644 index 0000000..be6b9eb --- /dev/null +++ b/tools/perf/page_sets/data/tough_animation_cases.json @@ -0,0 +1,8 @@ +{ + "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", + "archives": { + "tough_animation_cases_000.wpr": [ + "http://ie.microsoft.com/testdrive/performance/robohornetpro/" + ] + } +}
\ No newline at end of file diff --git a/tools/perf/page_sets/data/tough_animation_cases_000.wpr.sha1 b/tools/perf/page_sets/data/tough_animation_cases_000.wpr.sha1 new file mode 100644 index 0000000..599d5b3 --- /dev/null +++ b/tools/perf/page_sets/data/tough_animation_cases_000.wpr.sha1 @@ -0,0 +1 @@ +1df62b03ad8f385de53e1f6cb64f3144708b980a
\ No newline at end of file diff --git a/tools/perf/page_sets/tough_animation_cases.json b/tools/perf/page_sets/tough_animation_cases.json index 68affa9..1b8144a 100644 --- a/tools/perf/page_sets/tough_animation_cases.json +++ b/tools/perf/page_sets/tough_animation_cases.json @@ -1,6 +1,6 @@ { "description": "A collection of animation performance tests", - "archive_data_file": "data/robohornet_pro.json", + "archive_data_file": "data/tough_animation_cases.json", "navigate_steps" : [ { "action": "navigate" }, { "action": "wait", "javascript": "measurementReady" } |