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

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

Issue 2853333002: Add performance test for ImageData.dataUnion (Closed)
Patch Set: Rebaseline Created 3 years, 8 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/getImageDataColorManaged.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 cb167cea3b21320907e05272e86f5e9befc1d1ef..5f6786c374e3047bb5b469c77b3d6e4f239c435a 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -329,6 +329,10 @@ class BlinkPerfCanvas(_BlinkPerfBenchmark):
page.skipped_gpus = []
return story_set
+ def SetExtraBrowserOptions(self, options):
+ options.AppendExtraBrowserArgs([
+ '--enable-color-correct-rendering',
+ ])
@benchmark.Owner(emails=['yukishiino@chromium.org',
'bashi@chromium.org',
« no previous file with comments | « third_party/WebKit/PerformanceTests/Canvas/getImageDataColorManaged.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698