Skip to content

codeblooded/grpc-test-infra

 
 

Repository files navigation

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 git@github.com:grpc/test-infra.git      # SSH

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

About

Repo for gRPC testing infrastructure support code

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 84.1%
  • Dockerfile 10.2%
  • Shell 3.2%
  • Makefile 2.5%