Home
last modified time | relevance | path

Searched refs:comment_on_pr (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/tools/profiling/bloat/
Dbloat_diff.py28 import comment_on_pr
93 comment_on_pr.comment_on_pr('```\n%s\n```' % text)
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_main.py33 import comment_on_pr
155 comment_on_pr.comment_on_pr('```\n%s\n```' % text)
/external/grpc-grpc/tools/profiling/ios_bin/
Dbinary_size.py29 import comment_on_pr
150 comment_on_pr.comment_on_pr('```\n%s\n```' % text)
/external/grpc-grpc/tools/profiling/qps/
Dqps_diff.py36 import comment_on_pr
167 comment_on_pr.comment_on_pr('```\n%s\n```' % text)
/external/grpc-grpc/tools/run_tests/python_utils/
Dcomment_on_pr.py20 def comment_on_pr(text): function