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

Side by Side Diff: tools/perf/page_sets/tough_canvas_cases.py

Issue 1995163002: Test page for rendering throughput for canvas arcs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 from telemetry.page import page as page_module 4 from telemetry.page import page as page_module
5 from telemetry import story 5 from telemetry import story
6 6
7 7
8 class ToughCanvasCasesPage(page_module.Page): 8 class ToughCanvasCasesPage(page_module.Page):
9 9
10 def __init__(self, url, page_set): 10 def __init__(self, url, page_set):
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 # self.AddStory(MicrosofFirefliesPage(self)) 45 # self.AddStory(MicrosofFirefliesPage(self))
46 46
47 # Failing on Nexus 5 (http://crbug.com/364248): 47 # Failing on Nexus 5 (http://crbug.com/364248):
48 # 'http://geoapis.appspot.com/agdnZW9hcGlzchMLEgtFeGFtcGxlQ29kZRjh1wIM', 48 # 'http://geoapis.appspot.com/agdnZW9hcGlzchMLEgtFeGFtcGxlQ29kZRjh1wIM',
49 49
50 urls_list = [ 50 urls_list = [
51 'http://runway.countlessprojects.com/prototype/performance_test.html', 51 'http://runway.countlessprojects.com/prototype/performance_test.html',
52 # pylint: disable=line-too-long 52 # pylint: disable=line-too-long
53 'http://ie.microsoft.com/testdrive/Performance/FishIETank/Default.html', 53 'http://ie.microsoft.com/testdrive/Performance/FishIETank/Default.html',
54 'http://ie.microsoft.com/testdrive/Performance/SpeedReading/Default.html', 54 'http://ie.microsoft.com/testdrive/Performance/SpeedReading/Default.html',
55 'http://acko.net/dumpx/996b.html', 55 'http://acko.net/dumpx/996b.html',
Justin Novosad 2016/05/20 18:06:09 Please retire this old test which is redundant wit
sebastienlc 2016/05/20 18:43:52 Done.
56 'http://www.kevs3d.co.uk/dev/canvask3d/k3d_test.html', 56 'http://www.kevs3d.co.uk/dev/canvask3d/k3d_test.html',
57 'http://www.megidish.net/awjs/', 57 'http://www.megidish.net/awjs/',
58 'http://themaninblue.com/experiment/AnimationBenchmark/canvas/', 58 'http://themaninblue.com/experiment/AnimationBenchmark/canvas/',
59 'http://mix10k.visitmix.com/Entry/Details/169', 59 'http://mix10k.visitmix.com/Entry/Details/169',
60 'http://www.craftymind.com/factory/guimark2/HTML5ChartingTest.html', 60 'http://www.craftymind.com/factory/guimark2/HTML5ChartingTest.html',
61 'http://www.chiptune.com/starfield/starfield.html', 61 'http://www.chiptune.com/starfield/starfield.html',
62 'http://jarrodoverson.com/static/demos/particleSystem/', 62 'http://jarrodoverson.com/static/demos/particleSystem/',
63 'http://www.effectgames.com/demos/canvascycle/', 63 'http://www.effectgames.com/demos/canvascycle/',
64 'http://spielzeugz.de/html5/liquid-particles.html', 64 'http://spielzeugz.de/html5/liquid-particles.html',
65 'http://hakim.se/experiments/html5/magnetic/02/', 65 'http://hakim.se/experiments/html5/magnetic/02/',
66 'http://ie.microsoft.com/testdrive/Performance/LetItSnow/', 66 'http://ie.microsoft.com/testdrive/Performance/LetItSnow/',
67 # crbug.com/501406 causes OOM failures on perf bots 67 # crbug.com/501406 causes OOM failures on perf bots
68 # 'http://ie.microsoft.com/testdrive/Graphics/WorkerFountains/Default.html ', 68 # 'http://ie.microsoft.com/testdrive/Graphics/WorkerFountains/Default.html ',
69 'http://ie.microsoft.com/testdrive/Graphics/TweetMap/Default.html', 69 'http://ie.microsoft.com/testdrive/Graphics/TweetMap/Default.html',
70 'http://ie.microsoft.com/testdrive/Graphics/VideoCity/Default.html', 70 'http://ie.microsoft.com/testdrive/Graphics/VideoCity/Default.html',
71 'http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default.html', 71 'http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default.html',
72 'http://www.smashcat.org/av/canvas_test/', 72 'http://www.smashcat.org/av/canvas_test/',
73 # pylint: disable=line-too-long 73 # pylint: disable=line-too-long
74 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball= canvas_sprite&back=canvas', 74 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball= canvas_sprite&back=canvas',
75 # pylint: disable=line-too-long 75 # pylint: disable=line-too-long
76 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball= image_with_shadow&back=image', 76 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball= image_with_shadow&back=image',
77 # pylint: disable=line-too-long 77 # pylint: disable=line-too-long
78 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball= filled_path&back=gradient', 78 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball= filled_path&back=gradient',
79 # pylint: disable=line-too-long 79 # pylint: disable=line-too-long
80 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball= text&back=white&ball_count=15', 80 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball= text&back=white&ball_count=15',
81 'file://tough_canvas_cases/canvas-font-cycler.html', 81 'file://tough_canvas_cases/canvas-font-cycler.html',
82 'file://tough_canvas_cases/canvas-animation-no-clear.html', 82 'file://tough_canvas_cases/canvas-animation-no-clear.html',
83 'file://tough_canvas_cases/canvas_toBlob.html', 83 'file://tough_canvas_cases/canvas_toBlob.html',
84 'file://../../../chrome/test/data/perf/canvas_bench/single_image.html', 84 'file://../../../chrome/test/data/perf/canvas_bench/single_image.html',
85 'file://../../../chrome/test/data/perf/canvas_bench/many_images.html' 85 'file://../../../chrome/test/data/perf/canvas_bench/many_images.html',
86 'file://tough_canvas_cases/rendering_throughput/canvas_arcs.html'
86 ] 87 ]
87 88
88 for url in urls_list: 89 for url in urls_list:
89 self.AddStory(ToughCanvasCasesPage(url, self)) 90 self.AddStory(ToughCanvasCasesPage(url, self))
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698