Index: tools/perf/run_texture_benchmark |
diff --git a/tools/perf/run_texture_benchmark b/tools/perf/run_texture_benchmark |
deleted file mode 100755 |
index 5d0e7a2ac0b7f9fed460a8ba3b5d91dd555e321a..0000000000000000000000000000000000000000 |
--- a/tools/perf/run_texture_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.texture_upload_benchmark |
- |
-if __name__ == '__main__': |
- sys.exit(perf_tools.texture_upload_benchmark.Main()) |