aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/qps/qps_diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/profiling/qps/qps_diff.py')
-rwxr-xr-xtools/profiling/qps/qps_diff.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/profiling/qps/qps_diff.py b/tools/profiling/qps/qps_diff.py
index 393f862b4d..2c73b236e2 100755
--- a/tools/profiling/qps/qps_diff.py
+++ b/tools/profiling/qps/qps_diff.py
@@ -33,7 +33,7 @@ import bm_speedup
sys.path.append(
os.path.join(
os.path.dirname(sys.argv[0]), '..', '..', 'run_tests', 'python_utils'))
-import comment_on_pr
+import check_on_pr
def _args():
@@ -164,7 +164,7 @@ def main(args):
else:
text = '[qps] No significant performance differences'
print('%s' % text)
- comment_on_pr.comment_on_pr('```\n%s\n```' % text)
+ check_on_pr.check_on_pr('QPS', '```\n%s\n```' % text)
if __name__ == '__main__':