grpc/tools
Paulo Castello da Costa bb418da2b5
Run example benchmarks v2 test in continuous build. (#25976)
This commit includes the following changes:

1. A new load test template generator (loadtest_template.py) is added. The template generator combines existing configurations or templates for several languages into a single template that can be used to generate configurations for different languages or combinations of languages.

2. A basic template generated from the example tests in grpc/test-infra (loadtest_template_basic_all_languages.yaml) is added.

3. The load test config generator is updated to use the combined template.

4. An example run consisting of a single test (generated from the combined template) is added and set up to run continuously.
2021-04-20 21:50:35 -07:00
..
api_reference
buildgen gRPC EventEngine Interface (#25795) 2021-04-05 09:26:16 -07:00
codegen/core Re-introduce "CSDS Implementation" (#25762) 2021-03-22 13:14:19 -07:00
debug/core fix-up some spelling mistakes 2019-09-25 23:29:47 +08:00
distrib Fix some issues with the xds-protos package (#25999) 2021-04-20 09:23:07 -07:00
dockerfile Add kokoro job for xds psm security tests (#26033) 2021-04-20 19:23:28 -07:00
doxygen Remove eventmanager_libuv code (#25811) 2021-04-08 13:32:53 -07:00
fuzzer Change URI parser to take absl::string_view and move tests to correct directory. 2020-08-17 10:46:01 -07:00
gce Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
gcp Yapf all target python sources 2020-01-03 09:25:10 -08:00
github Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
gource
http2_interop Create a go module for http2 interop test, fixing breakage from upgrade to go v1.16 (#25707) 2021-03-15 15:28:48 -07:00
internal_ci Run example benchmarks v2 test in continuous build. (#25976) 2021-04-20 21:50:35 -07:00
interop_matrix Add 1.37.0 to interop matrix (#25920) 2021-04-20 07:55:31 -07:00
line_count Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
mkowners Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling Fix python3 performance tests - incomplete migration from python2 (#25734) 2021-03-16 16:49:30 -07:00
release Enable backport of unmerged PRs (#25502) 2021-02-20 16:11:59 -08:00
remote_build Add use_strict_warning=true for mac-os bazel rbe build 2021-02-09 09:06:32 -08:00
run_tests Run example benchmarks v2 test in continuous build. (#25976) 2021-04-20 21:50:35 -07:00
README.md
bazel make tools/bazel wrapper work on arm64 2021-01-19 09:44:33 -05:00
bazel.rc Updated Abseil to LTS 20210324.0 (#25835) 2021-03-30 09:22:05 -07:00

README.md

buildgen: Template renderer for our build system.

distrib: Scripts to distribute language-specific packages and other distribution-related helper scripts.

dockerfile: Docker files to test gRPC.

doxygen: gRPC C/C++ documentation generation via Doxygen.

gce: Scripts to help setup testing infrastructure on GCE.

gcp: Helper scripts for interacting with various services on GCP (like Google container engine, BigQuery etc)

internal_ci: Support for running tests on an internal CI platform.

interop_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes.

jenkins: Support for running tests on Jenkins.

run_tests: Scripts to run gRPC tests in parallel.

run_tests/performance: See the README for more notes on the performance tests.