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

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

Issue 2047773002: Added telemetry pages for the canvas element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some formatting Created 4 years, 6 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
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bouncing_clipped_rectangles.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_canvas_cases.py
diff --git a/tools/perf/page_sets/tough_canvas_cases.py b/tools/perf/page_sets/tough_canvas_cases.py
index 5bbb01e0aae97aa4a79cfc6560c0ea25df040bd4..a63a854f712152bbeb242effb4b03c7861a3f6ca 100644
--- a/tools/perf/page_sets/tough_canvas_cases.py
+++ b/tools/perf/page_sets/tough_canvas_cases.py
@@ -70,19 +70,22 @@ class ToughCanvasCasesPageSet(story.StorySet):
'http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default.html',
'http://www.smashcat.org/av/canvas_test/',
# pylint: disable=line-too-long
- 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=canvas_sprite&back=canvas',
- # pylint: disable=line-too-long
'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=image_with_shadow&back=image',
# pylint: disable=line-too-long
- 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=filled_path&back=gradient',
- # pylint: disable=line-too-long
'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=text&back=white&ball_count=15',
'file://tough_canvas_cases/canvas-font-cycler.html',
'file://tough_canvas_cases/canvas-animation-no-clear.html',
'file://tough_canvas_cases/canvas_toBlob.html',
- 'file://../../../chrome/test/data/perf/canvas_bench/single_image.html',
'file://../../../chrome/test/data/perf/canvas_bench/many_images.html',
- 'file://tough_canvas_cases/rendering_throughput/canvas_arcs.html'
+ 'file://tough_canvas_cases/rendering_throughput/canvas_arcs.html',
+ 'file://tough_canvas_cases/rendering_throughput/canvas_lines.html',
+ 'file://tough_canvas_cases/rendering_throughput/put_get_image_data.html',
+ 'file://tough_canvas_cases/rendering_throughput/fill_shapes.html',
+ 'file://tough_canvas_cases/rendering_throughput/stroke_shapes.html',
+ 'file://tough_canvas_cases/rendering_throughput/bouncing_clipped_rectangles.html',
+ 'file://tough_canvas_cases/rendering_throughput/bouncing_gradient_circles.html',
+ 'file://tough_canvas_cases/rendering_throughput/bouncing_svg_images.html',
+ 'file://tough_canvas_cases/rendering_throughput/bouncing_png_images.html'
]
for url in urls_list:
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bouncing_clipped_rectangles.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698