pull/6005/head
Sree Kuchibhotla 9 years ago
parent 247b34fe1d
commit 1099b7da8f
  1. 4
      tools/run_tests/stress_test/README.md
  2. 2
      tools/run_tests/stress_test/STRESS_CLIENT_SPEC.md

@ -63,8 +63,8 @@
The stress tests are launched by the following script (path is relative to GRPC root directory) : The stress tests are launched by the following script (path is relative to GRPC root directory) :
`tools/run_tests/stress_test/run_stress_tests_on_gke.py` `tools/run_tests/stress_test/run_stress_tests_on_gke.py`
The script has several parameters and you can find out more details by using the `--help` flag. You can find out more details by using the `--help` flag.
- `<grpc_root_dir>$ tools/run_tests/stress_test/run_stress_tests_on_gke.py --help` - `<grpc_root_dir>$ tools/run_tests/stress_test/run_on_gke.py --help`
> **Example** > **Example**
> ```bash > ```bash

@ -13,7 +13,7 @@ This document specifies the features a stress test client should implement in or
**Table 1:** Command line arguments that should be supported by the stress test client. **Table 1:** Command line arguments that should be supported by the stress test client.
>_**Note** The current C++ [stress client](https://github.com/grpc/grpc/blob/master/test/cpp/interop/stress_test.cc) supports more flags than those listed here but those flags will soon be deprecated_| >_**Note** The current C++ [stress client](https://github.com/grpc/grpc/blob/master/test/cpp/interop/stress_test.cc) supports more flags than those listed here but those flags will soon be deprecated_
Parameter | Description Parameter | Description
----------------------|--------------------------------- ----------------------|---------------------------------

Loading…
Cancel
Save