|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| api_reference/ | | 22-Oct-2025 | - | 41 | 19 |
| bazelify_tests/ | | 22-Oct-2025 | - | 2,248 | 1,405 |
| buildgen/ | | 22-Oct-2025 | - | 2,839 | 1,937 |
| codegen/core/ | | 22-Oct-2025 | - | 5,861 | 4,780 |
| debug/core/ | | 22-Oct-2025 | - | 94 | 38 |
| distrib/ | | 22-Oct-2025 | - | 46,781 | 33,784 |
| docker_runners/ | | 22-Oct-2025 | - | 288 | 45 |
| dockerfile/ | | 22-Oct-2025 | - | 7,511 | 5,540 |
| doxygen/ | | 22-Oct-2025 | - | 21,723 | 17,894 |
| fuzzing/ | | 22-Oct-2025 | - | 104 | 43 |
| gce/ | | 22-Oct-2025 | - | 438 | 219 |
| gcp/utils/ | | 22-Oct-2025 | - | 226 | 179 |
| gource/ | | 22-Oct-2025 | - | 119 | 46 |
| http2_interop/ | | 22-Oct-2025 | - | 1,459 | 1,037 |
| internal_ci/ | | 22-Oct-2025 | - | 12,318 | 8,350 |
| interop_matrix/ | | 22-Oct-2025 | - | 2,845 | 2,450 |
| package_hosting/ | | 22-Oct-2025 | - | 327 | 274 |
| profiling/ | | 22-Oct-2025 | - | 716 | 542 |
| release/ | | 22-Oct-2025 | - | 794 | 594 |
| remote_build/ | | 22-Oct-2025 | - | 455 | 341 |
| run_tests/ | | 22-Oct-2025 | - | 41,322 | 35,641 |
| README.md | D | 22-Oct-2025 | 816 | 24 | 13 |
| bazel | D | 22-Oct-2025 | 3.3 KiB | 90 | 48 |
| bazel.rc | D | 22-Oct-2025 | 7.7 KiB | 185 | 156 |
| fuzztest.bazelrc | D | 22-Oct-2025 | 1.5 KiB | 49 | 35 |
README.md
1buildgen: Template renderer for our build system.
2
3distrib: Scripts to distribute language-specific packages and other distribution-related helper scripts.
4
5dockerfile: Docker files to test gRPC.
6
7doxygen: gRPC C/C++ documentation generation via Doxygen.
8
9gce: Scripts to help setup testing infrastructure on GCE.
10
11gcp: Helper scripts for interacting with various services on GCP (like Google
12container engine, BigQuery etc)
13
14internal_ci: Support for running tests on an internal CI platform.
15
16interop_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes.
17
18jenkins: Support for running tests on Jenkins.
19
20run_tests: Scripts to run gRPC tests in parallel.
21
22run_tests/performance: See the [README](./run_tests/performance/README.md) for
23more notes on the performance tests.
24