| Index: tools/perf/run_first_paint_time_benchmark
|
| diff --git a/tools/perf/run_first_paint_time_benchmark b/tools/perf/run_first_paint_time_benchmark
|
| deleted file mode 100755
|
| index 4a22557dbcf59d438ddd55ed73cd324c91a5ef01..0000000000000000000000000000000000000000
|
| --- a/tools/perf/run_first_paint_time_benchmark
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -#!/usr/bin/env python
|
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -import os
|
| -import sys
|
| -
|
| -import perf_tools.first_paint_time_benchmark
|
| -
|
| -if __name__ == '__main__':
|
| - sys.exit(perf_tools.first_paint_time_benchmark.Main())
|
|
|