Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: tools/perf/page_sets/tough_webgl_cases.py

Issue 1967213002: Added reduced WebGL case from Animometer to tough_webgl_cases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added SHA1 hashes for new WPR. Deleted intermediate WPRs. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/perf/page_sets/tough_webgl_cases.py
diff --git a/tools/perf/page_sets/tough_webgl_cases.py b/tools/perf/page_sets/tough_webgl_cases.py
index 136103508c1aa4145e1a4e6c4fd510d5a37c9c8e..49a0be2c74eeca485133830aafd30641d644d3bd 100644
--- a/tools/perf/page_sets/tough_webgl_cases.py
+++ b/tools/perf/page_sets/tough_webgl_cases.py
@@ -57,10 +57,12 @@ class ToughWebglCasesPageSet(story.StorySet):
'http://www.khronos.org/registry/webgl/sdk/demos/webkit/Earth.html',
# pylint: disable=line-too-long
'http://www.khronos.org/registry/webgl/sdk/demos/webkit/ManyPlanetsDeep.html',
- 'http://webglsamples.googlecode.com/hg/aquarium/aquarium.html',
- 'http://webglsamples.googlecode.com/hg/blob/blob.html',
+ 'http://webglsamples.org/aquarium/aquarium.html',
+ 'http://webglsamples.org/blob/blob.html',
# pylint: disable=line-too-long
- 'http://webglsamples.googlecode.com/hg/dynamic-cubemap/dynamic-cubemap.html'
+ 'http://webglsamples.org/dynamic-cubemap/dynamic-cubemap.html',
+ # pylint: disable=line-too-long
+ 'http://kenrussell.github.io/webgl-animometer/Animometer/tests/3d/webgl.html',
]
for url in urls_list:
self.AddStory(ToughWebglCasesPage(url, self))

Powered by Google App Engine
This is Rietveld 408576698