Commit 338cfa6d authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Add new aquarium_20k page to smoothness.tough_webgl_cases.

Re-recorded the page set on Linux with:
  ./tools/perf/record_wpr --browser=system tough_webgl_cases_page_set

Uploaded the result with:
  depot_tools/upload_to_google_storage.py --bucket chromium-telemetry \
    tools/perf/page_sets/data/tough_webgl_cases_006.wprgo

Bug: 807388
Change-Id: Ie497ef20c5bb0e15fa829e2016e3793ec9ece9f3
Reviewed-on: https://chromium-review.googlesource.com/936324
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#541945}
parent 3379baf7
{ {
"archives": { "archives": {
"http://helloracer.com/racer-s/": { "aquarium_20k": {
"DEFAULT": "tough_webgl_cases_000.wprgo" "DEFAULT": "tough_webgl_cases_006.wprgo"
}, },
"http://kenrussell.github.io/webgl-animometer/Animometer/tests/3d/webgl.html": { "http://kenrussell.github.io/webgl-animometer/Animometer/tests/3d/webgl.html": {
"DEFAULT": "tough_webgl_cases_005.wprgo" "DEFAULT": "tough_webgl_cases_006.wprgo"
},
"http://montagestudio.com/demos/eco-homes/": {
"DEFAULT": "tough_webgl_cases_000.wprgo"
}, },
"http://webglsamples.org/aquarium/aquarium.html": { "http://webglsamples.org/aquarium/aquarium.html": {
"DEFAULT": "tough_webgl_cases_005.wprgo" "DEFAULT": "tough_webgl_cases_006.wprgo"
}, },
"http://webglsamples.org/blob/blob.html": { "http://webglsamples.org/blob/blob.html": {
"DEFAULT": "tough_webgl_cases_005.wprgo" "DEFAULT": "tough_webgl_cases_006.wprgo"
}, },
"http://webglsamples.org/dynamic-cubemap/dynamic-cubemap.html": { "http://webglsamples.org/dynamic-cubemap/dynamic-cubemap.html": {
"DEFAULT": "tough_webgl_cases_005.wprgo" "DEFAULT": "tough_webgl_cases_006.wprgo"
}, },
"http://www.khronos.org/registry/webgl/sdk/demos/google/nvidia-vertex-buffer-object/index.html": { "http://www.khronos.org/registry/webgl/sdk/demos/google/nvidia-vertex-buffer-object/index.html": {
"DEFAULT": "tough_webgl_cases_005.wprgo" "DEFAULT": "tough_webgl_cases_006.wprgo"
}, },
"http://www.khronos.org/registry/webgl/sdk/demos/google/particles/index.html": { "http://www.khronos.org/registry/webgl/sdk/demos/google/particles/index.html": {
"DEFAULT": "tough_webgl_cases_005.wprgo" "DEFAULT": "tough_webgl_cases_006.wprgo"
}, },
"http://www.khronos.org/registry/webgl/sdk/demos/google/san-angeles/index.html": { "http://www.khronos.org/registry/webgl/sdk/demos/google/san-angeles/index.html": {
"DEFAULT": "tough_webgl_cases_005.wprgo" "DEFAULT": "tough_webgl_cases_006.wprgo"
}, },
"http://www.khronos.org/registry/webgl/sdk/demos/webkit/Earth.html": { "http://www.khronos.org/registry/webgl/sdk/demos/webkit/Earth.html": {
"DEFAULT": "tough_webgl_cases_005.wprgo" "DEFAULT": "tough_webgl_cases_006.wprgo"
}, },
"http://www.khronos.org/registry/webgl/sdk/demos/webkit/ManyPlanetsDeep.html": { "http://www.khronos.org/registry/webgl/sdk/demos/webkit/ManyPlanetsDeep.html": {
"DEFAULT": "tough_webgl_cases_005.wprgo" "DEFAULT": "tough_webgl_cases_006.wprgo"
} }
}, },
"description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.", "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
......
7fcc3ca13fa01e90d62be4ffe5568c680a61b9c0
\ No newline at end of file
...@@ -10,13 +10,13 @@ from page_sets import webgl_supported_shared_state ...@@ -10,13 +10,13 @@ from page_sets import webgl_supported_shared_state
class ToughWebglCasesPage(page_module.Page): class ToughWebglCasesPage(page_module.Page):
def __init__(self, url, page_set): def __init__(self, url, page_set, name):
super(ToughWebglCasesPage, self).__init__( super(ToughWebglCasesPage, self).__init__(
url=url, page_set=page_set, url=url, page_set=page_set,
shared_page_state_class=( shared_page_state_class=(
webgl_supported_shared_state.WebGLSupportedSharedState), webgl_supported_shared_state.WebGLSupportedSharedState),
make_javascript_deterministic=False, make_javascript_deterministic=False,
name=url) name=name)
@property @property
...@@ -49,20 +49,32 @@ class ToughWebglCasesPageSet(story.StorySet): ...@@ -49,20 +49,32 @@ class ToughWebglCasesPageSet(story.StorySet):
urls_list = [ urls_list = [
# pylint: disable=line-too-long # pylint: disable=line-too-long
'http://www.khronos.org/registry/webgl/sdk/demos/google/nvidia-vertex-buffer-object/index.html', ('http://www.khronos.org/registry/webgl/sdk/demos/google/nvidia-vertex-buffer-object/index.html',
None),
# pylint: disable=line-too-long # pylint: disable=line-too-long
'http://www.khronos.org/registry/webgl/sdk/demos/google/san-angeles/index.html', ('http://www.khronos.org/registry/webgl/sdk/demos/google/san-angeles/index.html',
None),
# pylint: disable=line-too-long # pylint: disable=line-too-long
'http://www.khronos.org/registry/webgl/sdk/demos/google/particles/index.html', ('http://www.khronos.org/registry/webgl/sdk/demos/google/particles/index.html',
'http://www.khronos.org/registry/webgl/sdk/demos/webkit/Earth.html', None),
('http://www.khronos.org/registry/webgl/sdk/demos/webkit/Earth.html',
None),
# pylint: disable=line-too-long # pylint: disable=line-too-long
'http://www.khronos.org/registry/webgl/sdk/demos/webkit/ManyPlanetsDeep.html', ('http://www.khronos.org/registry/webgl/sdk/demos/webkit/ManyPlanetsDeep.html',
'http://webglsamples.org/aquarium/aquarium.html', None),
'http://webglsamples.org/blob/blob.html', ('http://webglsamples.org/aquarium/aquarium.html',
None),
('http://webglsamples.org/aquarium/aquarium.html?numFish=20000',
'aquarium_20k'),
('http://webglsamples.org/blob/blob.html', None),
# pylint: disable=line-too-long # pylint: disable=line-too-long
'http://webglsamples.org/dynamic-cubemap/dynamic-cubemap.html', ('http://webglsamples.org/dynamic-cubemap/dynamic-cubemap.html',
None),
# pylint: disable=line-too-long # pylint: disable=line-too-long
'http://kenrussell.github.io/webgl-animometer/Animometer/tests/3d/webgl.html', ('http://kenrussell.github.io/webgl-animometer/Animometer/tests/3d/webgl.html',
None)
] ]
for url in urls_list: for url, name in urls_list:
self.AddStory(ToughWebglCasesPage(url, self)) if name is None:
name = url
self.AddStory(ToughWebglCasesPage(url, self, name))
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