Commit 2ec70963 authored by jbroman's avatar jbroman Committed by Commit bot

Revert of Disable blink_perf.bindings benchmark on Android Svelte (patchset #1...

Revert of Disable blink_perf.bindings benchmark on Android Svelte (patchset #1 id:1 of https://codereview.chromium.org/1489013002/ )

Reason for revert:
Hoping that this is no longer broken; most of the data that would be helpful in debugging is gone to the sands of time (see bug).

Perf sheriffs: if blink_perf.bindings starts failing on Svelte, this CL is the culprit and you should revert it.

Original issue's description:
> Disable blink_perf.bindings benchmark on Android Svelte
>
> The benchmark is failing on downstream Android Svelte bots.
>
> NOTRY=true
> TBR=yukishiino@chromium.org,bashi@chromium.org,haraken@chromium.org
> BUG=563979
> CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect
>
> Committed: https://crrev.com/27963a3f1cb0adb9948adf48bf9231ad334b5575
> Cr-Commit-Position: refs/heads/master@{#362404}

BUG=563979

Review-Url: https://codereview.chromium.org/2890623002
Cr-Commit-Position: refs/heads/master@{#472305}
parent a2adba27
...@@ -253,11 +253,6 @@ class BlinkPerfBindings(_BlinkPerfBenchmark): ...@@ -253,11 +253,6 @@ class BlinkPerfBindings(_BlinkPerfBenchmark):
tag = 'bindings' tag = 'bindings'
subdir = 'Bindings' subdir = 'Bindings'
@classmethod
def ShouldDisable(cls, possible_browser):
# http://crbug.com/563979
return cls.IsSvelte(possible_browser)
@benchmark.Enabled('content-shell') @benchmark.Enabled('content-shell')
class BlinkPerfBlinkGC(_BlinkPerfBenchmark): class BlinkPerfBlinkGC(_BlinkPerfBenchmark):
......
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