Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/profiling/bloat/
Dbloat_diff.py28 import check_on_pr
97 check_on_pr.check_on_pr('Bloat Difference', '```\n%s\n```' % text)
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_main.py33 import check_on_pr
148 check_on_pr.check_on_pr('Benchmark', '```\n%s\n```' % text)
/external/rust/crates/grpcio-sys/grpc/tools/profiling/ios_bin/
Dbinary_size.py29 import check_on_pr
148 check_on_pr.check_on_pr('Binary Size', '```\n%s\n```' % text)
/external/rust/crates/grpcio-sys/grpc/tools/profiling/qps/
Dqps_diff.py36 import check_on_pr
165 check_on_pr.check_on_pr('QPS', '```\n%s\n```' % text)
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Dcheck_on_pr.py101 def check_on_pr(name, summary, success=True): function