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

Unified Diff: tools/perf/benchmarks/blink_perf.py

Issue 1387933002: Adding performance benchmark for creating imagebitmap from imagedata (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enabling --enable-experimental-canvas-features on blink_perf Created 5 years, 2 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 | « third_party/WebKit/PerformanceTests/Canvas/createImageBitmapFromImageData.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/blink_perf.py
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py
index 52729f69dce97b7cb7bb79d03fe6bdc8f39c35fc..d8f1e5e075b1de34909e0d0d48aa2a6093f93731 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -86,7 +86,8 @@ class _BlinkPerfMeasurement(page_test.PageTest):
options.AppendExtraBrowserArgs([
'--js-flags=--expose_gc',
'--enable-experimental-web-platform-features',
- '--disable-gesture-requirement-for-media-playback'
+ '--disable-gesture-requirement-for-media-playback',
+ '--enable-experimental-canvas-features'
chrishtr 2015/10/08 17:59:05 This is for all perf tests? That's bad because we
])
if 'content-shell' in options.browser_type:
options.AppendExtraBrowserArgs('--expose-internals-for-testing')
« no previous file with comments | « third_party/WebKit/PerformanceTests/Canvas/createImageBitmapFromImageData.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698