File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,29 @@ gRPC OSS benchmarks are a collection of libraries and executables to schedule,
1616run and monitor [ gRPC performance benchmarking] [ benchmarking ] tests on a
1717Kubernetes cluster.
1818
19+ ### Controller
20+
1921The main executable is a [ custom controller] [ ] that manages resources of kind
2022[ LoadTest] [ loadtest ] . This controller must be deployed to the cluster before
2123load tests can be run on it. For deployment information, see [ deployment] [ ] . The
2224controller is implemented with [ kubebuilder] [ ] .
2325
24- There is also a set of [ tools] ( tools/README.md ) used to generate load test
26+ [ custom controller ] : cmd/controller/main.go
27+ [ deployment ] : doc/deployment.md
28+ [ kubebuilder ] : https://kubebuilder.io
29+ [ loadtest ] : config/crd/bases/e2etest.grpc.io_loadtests.yaml
30+
31+ ### Tools
32+
33+ There is a set of [ tools] ( tools/README.md ) used to generate load test
2534configurations, prepare prebuilt images and run batches of tests. These tools
2635are used to run batches of tests for continuous integration.
2736
37+ ### Examples
38+
2839[ Examples] ( config/samples/README.md ) of load test configurations in the
2940supported languages are also provided.
3041
31- [ custom controller ] : cmd/controller/main.go
32- [ deployment ] : doc/deployment.md
33- [ kubebuilder ] : https://kubebuilder.io
34- [ loadtest ] : config/crd/bases/e2etest.grpc.io_loadtests.yaml
35-
3642## Dashboard
3743
3844The data generated in continuous integration are saved to [ BigQuery] [ bigquery ] ,
You can’t perform that action at this time.
0 commit comments