aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/ios_bin
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-12-13 16:33:02 -0800
committerGravatar Lidi Zheng <lidiz@google.com>2018-12-13 16:40:47 -0800
commit0f0822d53f37ea9da8bf838e5b3c62b05afe2f10 (patch)
treecf31a7b5d99db1f537760beeb0fd488265e13d03 /tools/profiling/ios_bin
parent3c3436d2b4530580c2b95d897a3614fb1d430518 (diff)
WIP: Utilize the GitHub Check Feature
Diffstat (limited to 'tools/profiling/ios_bin')
-rwxr-xr-xtools/profiling/ios_bin/binary_size.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/profiling/ios_bin/binary_size.py b/tools/profiling/ios_bin/binary_size.py
index d4d134fef3..f0c8dd01a0 100755
--- a/tools/profiling/ios_bin/binary_size.py
+++ b/tools/profiling/ios_bin/binary_size.py
@@ -26,7 +26,7 @@ from parse_link_map import parse_link_map
sys.path.append(
os.path.join(
os.path.dirname(sys.argv[0]), '..', '..', 'run_tests', 'python_utils'))
-import comment_on_pr
+import check_on_pr
# Only show diff 1KB or greater
diff_threshold = 1000
@@ -147,4 +147,4 @@ for frameworks in [False, True]:
print text
-comment_on_pr.comment_on_pr('```\n%s\n```' % text)
+check_on_pr.check_on_pr('Binary Size', '```\n%s\n```' % text)