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

Unified 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: Addressing comments 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
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bench.js » ('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 cd6a30b4224207d6475505a09b05d08e370af8ff..5bbb01e0aae97aa4a79cfc6560c0ea25df040bd4 100644
--- a/tools/perf/page_sets/tough_canvas_cases.py
+++ b/tools/perf/page_sets/tough_canvas_cases.py
@@ -52,7 +52,6 @@ class ToughCanvasCasesPageSet(story.StorySet):
# pylint: disable=line-too-long
'http://ie.microsoft.com/testdrive/Performance/FishIETank/Default.html',
'http://ie.microsoft.com/testdrive/Performance/SpeedReading/Default.html',
- 'http://acko.net/dumpx/996b.html',
'http://www.kevs3d.co.uk/dev/canvask3d/k3d_test.html',
'http://www.megidish.net/awjs/',
'http://themaninblue.com/experiment/AnimationBenchmark/canvas/',
@@ -82,7 +81,8 @@ class ToughCanvasCasesPageSet(story.StorySet):
'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://../../../chrome/test/data/perf/canvas_bench/many_images.html',
+ 'file://tough_canvas_cases/rendering_throughput/canvas_arcs.html'
]
for url in urls_list:
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bench.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698