aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-26 23:34:16 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-26 23:34:16 -0700
commit1da91b3afe069d87753a0fb921f656647dddbd72 (patch)
treebfcbd549f1187a379776d0902ef37c1a25b4951f
parent81db061d2a0ea1ceb87126456929cb85cb2c8dba (diff)
Make scripts executable
-rwxr-xr-x[-rw-r--r--]tools/profiling/microbenchmarks/bm_diff/bm_main.py2
-rwxr-xr-xtools/profiling/qps/qps_diff.py3
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff/bm_main.py b/tools/profiling/microbenchmarks/bm_diff/bm_main.py
index f2422f60b0..e171bc31d0 100644..100755
--- a/tools/profiling/microbenchmarks/bm_diff/bm_main.py
+++ b/tools/profiling/microbenchmarks/bm_diff/bm_main.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python2.7
+#
# Copyright 2017, Google Inc.
# All rights reserved.
#
diff --git a/tools/profiling/qps/qps_diff.py b/tools/profiling/qps/qps_diff.py
index c7a0afc404..7773a0451b 100755
--- a/tools/profiling/qps/qps_diff.py
+++ b/tools/profiling/qps/qps_diff.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python2.7
+#
# Copyright 2017, Google Inc.
# All rights reserved.
#
@@ -26,6 +28,7 @@
# 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.
+
""" Computes the diff between two qps runs and outputs significant results """
import argparse