telemetry_Benchmarks: remove unused benchmarks

The following benchmarks have been deleted:

memory.top_7_stress (see http://crrev.com/2197153002)
tab_switching.top_10 (see http://crrev.com/2761363004)

Let's remove them there too.

BUG=chromium:689388, chromium:632021
TEST=commit-queue

Change-Id: I63412461026c129cb4dfbb0a723732475670accb
Reviewed-on: https://chromium-review.googlesource.com/479408
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
Trybot-Ready: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
diff --git a/server/site_tests/telemetry_Benchmarks/control.memory.top_7_stress b/server/site_tests/telemetry_Benchmarks/control.memory.top_7_stress
deleted file mode 100644
index 96067b6..0000000
--- a/server/site_tests/telemetry_Benchmarks/control.memory.top_7_stress
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2014 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Do not edit this file! It was created by generate_controlfiles.py.
-
-from autotest_lib.client.common_lib import utils
-
-AUTHOR = 'sbasi, achuith, rohitbm'
-NAME = 'telemetry_Benchmarks.memory.top_7_stress'
-ATTRIBUTES = 'suite:crosbolt_perf_nightly'
-TIME = 'LONG'
-TEST_CATEGORY = 'Benchmark'
-TEST_CLASS = 'performance'
-TEST_TYPE = 'server'
-
-DOC = '''
-This server side test suite executes the Telemetry Benchmark:
-memory.top_7_stress
-This is part of Chrome for Chrome OS performance testing.
-
-Pass local=True to run with local telemetry and no AFE server.
-'''
-
-def run_benchmark(machine):
-    host = hosts.create_host(machine)
-    job.run_test('telemetry_Benchmarks', host=host,
-                 benchmark='memory.top_7_stress',
-                 tag='memory.top_7_stress',
-                 args=utils.args_to_dict(args))
-
-parallel_simple(run_benchmark, machines)
\ No newline at end of file
diff --git a/server/site_tests/telemetry_Benchmarks/control.tab_switching.top_10 b/server/site_tests/telemetry_Benchmarks/control.tab_switching.top_10
deleted file mode 100644
index bbdde50..0000000
--- a/server/site_tests/telemetry_Benchmarks/control.tab_switching.top_10
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2014 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Do not edit this file! It was created by generate_controlfiles.py.
-
-from autotest_lib.client.common_lib import utils
-
-AUTHOR = 'sbasi, achuith, rohitbm'
-NAME = 'telemetry_Benchmarks.tab_switching.top_10'
-ATTRIBUTES = 'suite:crosbolt_perf_nightly'
-TIME = 'LONG'
-TEST_CATEGORY = 'Benchmark'
-TEST_CLASS = 'performance'
-TEST_TYPE = 'server'
-
-DOC = '''
-This server side test suite executes the Telemetry Benchmark:
-tab_switching.top_10
-This is part of Chrome for Chrome OS performance testing.
-
-Pass local=True to run with local telemetry and no AFE server.
-'''
-
-def run_benchmark(machine):
-    host = hosts.create_host(machine)
-    job.run_test('telemetry_Benchmarks', host=host,
-                 benchmark='tab_switching.top_10',
-                 tag='tab_switching.top_10',
-                 args=utils.args_to_dict(args))
-
-parallel_simple(run_benchmark, machines)
\ No newline at end of file
diff --git a/server/site_tests/telemetry_Benchmarks/generate_controlfiles.py b/server/site_tests/telemetry_Benchmarks/generate_controlfiles.py
index 60b6a0b..570c8bb 100644
--- a/server/site_tests/telemetry_Benchmarks/generate_controlfiles.py
+++ b/server/site_tests/telemetry_Benchmarks/generate_controlfiles.py
@@ -35,7 +35,6 @@
     'dromaeo.domcorequery',
     'dromaeo.domcoretraverse',
     'image_decoding.image_decoding_measurement',
-    'memory.top_7_stress',
     'page_cycler_v2.typical_25',
     'robohornet_pro',
     'smoothness.tough_animation_cases',
@@ -45,7 +44,6 @@
     'smoothness.tough_scrolling_cases',
     'smoothness.tough_webgl_cases',
     'sunspider',
-    'tab_switching.top_10',
     'webrtc.peerconnection',
     'webrtc.stress',
 )