aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_factory.py
diff options
context:
space:
mode:
authorLuis Lozano <llozano@chromium.org>2015-12-08 10:08:19 -0800
committerchrome-bot <chrome-bot@chromium.org>2015-12-08 20:17:22 +0000
commit1489d6440dc37585f3bb9325f3d12fbaa5a37b2b (patch)
treefd0559154d5c0e6f4a8f77b99590a08a11e68089 /crosperf/experiment_factory.py
parent3f43271ed61442fce6833ae118fe228a7ef76116 (diff)
downloadtoolchain-utils-1489d6440dc37585f3bb9325f3d12fbaa5a37b2b.tar.gz
Re-enable graphics_WebGLAquarium from buildbots testing.
With some recent changes to the test_that invocation this should work now. Still there is an issue with benchmarks that require compilation for the particular board. That remains to be fixed. BUG=chromium:551710 TEST=None. This is a revert. Change-Id: I547a4853302f11dc58ddc493ee5368b1e2d33c0e Reviewed-on: https://chrome-internal-review.googlesource.com/241035 Commit-Ready: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'crosperf/experiment_factory.py')
-rw-r--r--crosperf/experiment_factory.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/crosperf/experiment_factory.py b/crosperf/experiment_factory.py
index c7048264..99e305aa 100644
--- a/crosperf/experiment_factory.py
+++ b/crosperf/experiment_factory.py
@@ -186,11 +186,6 @@ class ExperimentFactory(object):
rm_chroot_tmp, perf_args, '',
show_all_results, retries,
run_local=False))
- elif test_name == 'all_toolchain_perf_pure_telemetry':
- self._AppendBenchmarkSet(benchmarks, telemetry_toolchain_perf_tests,
- test_args, iterations, rm_chroot_tmp,
- perf_args, suite, show_all_results, retries,
- run_local)
elif test_name == 'all_toolchain_perf_old':
self._AppendBenchmarkSet(benchmarks,
telemetry_toolchain_old_perf_tests,