Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 935 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 935 Bytes

test-infra

(Soon-to-become-official) Repo for gRPC testing infrastructure support code

The test-infra repository contains code for systems that test gRPC which are versioned, released or deployed separately from the grpc/grpc codebase.

[Benchmarks]

gRPC Benchmarks is a collection of libraries and executables to schedule, run and monitor gRPC benchmarks on a Kubernetes cluster.

Contribute

Welcome! Please read and follow the steps in the CONTRIBUTING.md file.

This project includes third party dependencies as git submodules. Be sure to initialize and update them when setting up a development environment:

# Init/update during the clone
git clone --recursive https://github.com/grpc/test-infra.git  # HTTPS
git clone --recursive [email protected]:grpc/test-infra.git      # SSH

# (or) Init/update after the clone
git submodule update --init