Title: [174845] trunk/Tools
Revision
174845
Author
[email protected]
Date
2014-10-17 15:28:53 -0700 (Fri, 17 Oct 2014)

Log Message

Remove run-inspector-perf-tests.py there is no PerformanceTests/inspector anymore
https://bugs.webkit.org/show_bug.cgi?id=137835

Patch by Joseph Pecoraro <[email protected]> on 2014-10-17
Reviewed by Andreas Kling.

* Scripts/run-inspector-perf-tests.py: Removed.
This script is stale, as PerformanceTests/inspector no longer exists.

Modified Paths

Removed Paths

Diff

Modified: trunk/Tools/ChangeLog (174844 => 174845)


--- trunk/Tools/ChangeLog	2014-10-17 22:12:57 UTC (rev 174844)
+++ trunk/Tools/ChangeLog	2014-10-17 22:28:53 UTC (rev 174845)
@@ -1,3 +1,13 @@
+2014-10-17  Joseph Pecoraro  <[email protected]>
+
+        Remove run-inspector-perf-tests.py there is no PerformanceTests/inspector anymore
+        https://bugs.webkit.org/show_bug.cgi?id=137835
+
+        Reviewed by Andreas Kling.
+
+        * Scripts/run-inspector-perf-tests.py: Removed.
+        This script is stale, as PerformanceTests/inspector no longer exists.
+
 2014-10-17  Simon Fraser  <[email protected]>
 
         Fix typo: should be ios-simulator-wk2, not ios-simulator_wk2.

Deleted: trunk/Tools/Scripts/run-inspector-perf-tests.py (174844 => 174845)


--- trunk/Tools/Scripts/run-inspector-perf-tests.py	2014-10-17 22:12:57 UTC (rev 174844)
+++ trunk/Tools/Scripts/run-inspector-perf-tests.py	2014-10-17 22:28:53 UTC (rev 174845)
@@ -1,41 +0,0 @@
-#!/usr/bin/env python
-# Copyright (C) 2011 Google Inc. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-#
-#     * Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#     * Redistributions in binary form must reproduce the above
-# copyright notice, this list of conditions and the following disclaimer
-# in the documentation and/or other materials provided with the
-# distribution.
-#     * Neither the name of Google Inc. nor the names of its
-# contributors may be used to endorse or promote products derived from
-# this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-"""Run Inspector's perf tests in perf mode."""
-
-import logging
-import sys
-
-from webkitpy.performance_tests.perftestsrunner import PerfTestsRunner
-
-_log = logging.getLogger(__name__)
-
-if '__main__' == __name__:
-    logging.basicConfig(level=logging.INFO, format="%(message)s")
-    sys.exit(PerfTestsRunner(args=['inspector']).run())
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to