aboutsummaryrefslogtreecommitdiff
path: root/crosperf
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2016-02-17 15:19:53 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-02-18 11:16:02 +0000
commit969432132589753e9ef630c38c83d8f9ae2eccde (patch)
treeb61428c134b91f628ad718469093a095923ef447 /crosperf
parent0435c01425e166f7f8b190d6f9021e7473ea8bc3 (diff)
downloadtoolchain-utils-969432132589753e9ef630c38c83d8f9ae2eccde.tar.gz
[crosperf] Remove media.tough_video_cases from nightly tests.
media.tough_video_cases does not have any good result field to use and it has too high a stddev/mean to be a reliable test. This CL removes it from our nightly test set. BUG=None TEST=None Change-Id: Id80a9dd11de36a1fed01d7735f32e98908c7e1b0 Reviewed-on: https://chrome-internal-review.googlesource.com/248615 Commit-Ready: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Luis Lozano <llozano@chromium.org>
Diffstat (limited to 'crosperf')
-rw-r--r--crosperf/experiment_factory.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/crosperf/experiment_factory.py b/crosperf/experiment_factory.py
index 02904ad7..ae58bbc0 100644
--- a/crosperf/experiment_factory.py
+++ b/crosperf/experiment_factory.py
@@ -57,8 +57,7 @@ telemetry_toolchain_perf_tests = ['octane',
'dromaeo.domcoreattr',
'dromaeo.domcoremodify',
'smoothness.tough_webgl_cases',
- 'page_cycler.typical_25',
- 'media.tough_video_cases']
+ 'page_cycler.typical_25']
class ExperimentFactory(object):