diff options
author | skyostil <skyostil@chromium.org> | 2015-08-18 03:55:18 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-18 10:56:07 +0000 |
commit | e1434b8ced45fc9d2e2417e83b0d199d0f794cc7 (patch) | |
tree | 3ea10737caf1e416a4eef62417d8ba8267d3fd7a /tools/perf/benchmarks/smoothness.py | |
parent | d3ca87199af837e295d3522ba4a7d043e36103f6 (diff) | |
download | chromium_src-e1434b8ced45fc9d2e2417e83b0d199d0f794cc7.zip chromium_src-e1434b8ced45fc9d2e2417e83b0d199d0f794cc7.tar.gz chromium_src-e1434b8ced45fc9d2e2417e83b0d199d0f794cc7.tar.bz2 |
perf: Disable tough_texture_upload_cases on reference builds
There is a possible fix in the works but as it has been
delayed, disable the test in the mean time.
BUG=499489
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
TBR=aiolos@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/1293203002
Cr-Commit-Position: refs/heads/master@{#343881}
Diffstat (limited to 'tools/perf/benchmarks/smoothness.py')
-rw-r--r-- | tools/perf/benchmarks/smoothness.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py index 0209fdd..225cbe1 100644 --- a/tools/perf/benchmarks/smoothness.py +++ b/tools/perf/benchmarks/smoothness.py @@ -372,6 +372,7 @@ class SmoothnessToughAnimatedImageCases(perf_benchmark.PerfBenchmark): return 'smoothness.tough_animated_image_cases' +@benchmark.Disabled('reference') # http://crbug.com/499489 class SmoothnessToughTextureUploadCases(perf_benchmark.PerfBenchmark): test = smoothness.Smoothness page_set = page_sets.ToughTextureUploadCasesPageSet |