Commit 5f96344d authored by skyostil's avatar skyostil Committed by Commit bot

Re-enable blink_perf.canvas on Windows

Did 50 runs locally to confirm that this is working.

BUG=455796
CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect
NOTRY=true

Review URL: https://codereview.chromium.org/1129203004

Cr-Commit-Position: refs/heads/master@{#330097}
parent f1f953d6
......@@ -167,7 +167,6 @@ class BlinkPerfCSS(benchmark.Benchmark):
return CreatePageSetFromPath(path, SKIPPED_FILE)
@benchmark.Disabled('win') # crbug.com/455796
class BlinkPerfCanvas(benchmark.Benchmark):
tag = 'canvas'
test = _BlinkPerfMeasurement
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment