|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| api_reference/ | H | 25-Apr-2025 | - | 41 | 19 |
| bazelify_tests/ | H | 25-Apr-2025 | - | 2,182 | 1,380 |
| buildgen/ | H | 25-Apr-2025 | - | 2,804 | 1,920 |
| codegen/core/ | H | 25-Apr-2025 | - | 5,554 | 4,553 |
| debug/core/ | H | 25-Apr-2025 | - | 94 | 38 |
| distrib/ | H | 25-Apr-2025 | - | 44,129 | 31,895 |
| docker_runners/ | H | 25-Apr-2025 | - | 288 | 45 |
| dockerfile/ | H | 25-Apr-2025 | - | 7,370 | 5,444 |
| doxygen/ | H | 25-Apr-2025 | - | 21,631 | 17,802 |
| fuzzing/ | H | 25-Apr-2025 | - | 104 | 43 |
| gce/ | H | 25-Apr-2025 | - | 438 | 219 |
| gcp/utils/ | H | 25-Apr-2025 | - | 226 | 179 |
| gource/ | H | 25-Apr-2025 | - | 119 | 46 |
| http2_interop/ | H | 25-Apr-2025 | - | 1,459 | 1,037 |
| internal_ci/ | H | 25-Apr-2025 | - | 13,201 | 8,719 |
| interop_matrix/ | H | 25-Apr-2025 | - | 2,772 | 2,383 |
| package_hosting/ | H | 25-Apr-2025 | - | 327 | 274 |
| profiling/ | H | 25-Apr-2025 | - | 2,158 | 1,649 |
| release/ | H | 25-Apr-2025 | - | 791 | 592 |
| remote_build/ | H | 25-Apr-2025 | - | 438 | 326 |
| run_tests/ | H | 25-Apr-2025 | - | 40,845 | 35,204 |
| README.md | H A D | 25-Apr-2025 | 816 | 24 | 13 |
| bazel | H A D | 25-Apr-2025 | 3.3 KiB | 90 | 48 |
| bazel.rc | H A D | 25-Apr-2025 | 6.8 KiB | 172 | 144 |
| fuzztest.bazelrc | H A D | 25-Apr-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