aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_factory.py
diff options
context:
space:
mode:
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,