| Index: tools/perf/generate_perf_json.py
|
| diff --git a/tools/perf/generate_perf_json.py b/tools/perf/generate_perf_json.py
|
| index 596c51563d8b6b06f27f4cc62e83bcd525968736..5a1f6210f5012933eeff2f4f4a2a36468516c434 100755
|
| --- a/tools/perf/generate_perf_json.py
|
| +++ b/tools/perf/generate_perf_json.py
|
| @@ -212,9 +212,6 @@ def get_waterfall_config():
|
| waterfall, 'Android Nexus7v2 Perf', 'android-nexus7v2',
|
| 'android', target_bits=32, num_device_shards=7, num_host_shards=3)
|
| waterfall = add_tester(
|
| - waterfall, 'Android Nexus9 Perf', 'android-nexus9',
|
| - 'android', num_device_shards=7, num_host_shards=3)
|
| - waterfall = add_tester(
|
| waterfall, 'Android One Perf', 'android-one',
|
| 'android', target_bits=32, num_device_shards=7, num_host_shards=3)
|
|
|
|
|