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

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: 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_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..96875a1f6d60f7f142098bae96744af875cd840a 100644
--- a/tools/perf/page_sets/tough_canvas_cases.py
+++ b/tools/perf/page_sets/tough_canvas_cases.py
@@ -82,7 +82,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:

Powered by Google App Engine
This is Rietveld 408576698