aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-20 14:33:15 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-20 14:33:15 -0700
commit741ffb4b46891cf59d9868e79fdf82c4a8345477 (patch)
tree7286a3c0da76e84e76fa148f11e5f435cd71b8b0 /tools/profiling
parent06795cb442226dd9b6766bc3adcd63aa15c9b10c (diff)
Rename files
Diffstat (limited to 'tools/profiling')
-rwxr-xr-xtools/profiling/qps/qps_diff.py2
-rw-r--r--tools/profiling/qps/qps_scenarios.py2
2 files changed, 1 insertions, 3 deletions
diff --git a/tools/profiling/qps/qps_diff.py b/tools/profiling/qps/qps_diff.py
index 65c845caa1..0654f45666 100755
--- a/tools/profiling/qps/qps_diff.py
+++ b/tools/profiling/qps/qps_diff.py
@@ -118,7 +118,7 @@ def diff(scenarios, loops, old, new):
for sn in scenarios:
old_data[sn] = []
new_data[sn] = []
- for i in range(0, loops):
+ for i in range(loops):
old_data[sn].append(_load_qps("%s.%s.%d.json" % (sn, old, i)))
new_data[sn].append(_load_qps("%s.%s.%d.json" % (sn, new, i)))
diff --git a/tools/profiling/qps/qps_scenarios.py b/tools/profiling/qps/qps_scenarios.py
index d473d7cd24..4fbbdefc4d 100644
--- a/tools/profiling/qps/qps_scenarios.py
+++ b/tools/profiling/qps/qps_scenarios.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python2.7
-#
# Copyright 2017 gRPC authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");