aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-06-06 14:40:29 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-06-06 14:40:44 -0700
commit9ea0b9f8362c2fdb4d0edc1e58e4426ed00a7127 (patch)
tree82e141ed5ecc43e4d9d2fc7b67bf2750b3ec846d /tools/profiling
parenta2da1d7b1bd13b6a4b25d3981366d25553f7b8f0 (diff)
Description fix
Diffstat (limited to 'tools/profiling')
-rwxr-xr-xtools/profiling/ios_bin/binary_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/ios_bin/binary_diff.py b/tools/profiling/ios_bin/binary_diff.py
index 09530d5401..0ea75ef750 100755
--- a/tools/profiling/ios_bin/binary_diff.py
+++ b/tools/profiling/ios_bin/binary_diff.py
@@ -30,7 +30,7 @@ import comment_on_pr
size_labels = ('Core', 'ObjC', 'BoringSSL', 'Protobuf', 'Total')
-argp = argparse.ArgumentParser(description='Perform diff on microbenchmarks')
+argp = argparse.ArgumentParser(description='Binary size diff of gRPC Objective-C sample')
argp.add_argument(
'-d',