aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance
Commit message (Collapse)AuthorAge
* Add clientSuccess and serverSuccess to BQ schemaGravatar Sree Kuchibhotla2016-07-15
|
* Migrated python performance tests to use GA APIGravatar Ken Payson2016-07-06
|
* Make running individual Python tests less painfulGravatar Masood Malekghassemi2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | Before this change, running Python tests individually required building a tox environment via the run_tests script and then specifying long environment variables to filter out just the test we wanted to run (and then we wouldn't be able to get the output on interrupt, nor would we have an easy way of determining the PID of the process for debugger attachment). Now invoking the build_python.sh script creates a workable python virtual environment that includes all necessary libraries and tests (s.t. running a single test is now possible by just knowing the module name). This does not change existing supported means of running tests (e.g. through run_tests.py). An additional way of running individual tests has been introduced. Following invocation of `./tools/run_tests/build_python.sh` (or run_tests.py), one may invoke ./$VENV/bin/python -m $TEST_MODULE_NAME and acquire a single running process that *is* the test process (rather than a parent of the process). $VENV is the virtual environment name specified to `build_python.sh` (defaults to `py27`) and $TEST_MODULE_NAME is what it says on the tin.
* Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-07-01
| | | | | Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
* small fixesGravatar Craig Tiller2016-06-13
|
* Changed Python Sync streaming qps to follow specGravatar Ken Payson2016-06-07
|
* Remove AsyncStreaming client from python qps testsGravatar Ken Payson2016-06-06
|
* Revert "Revive C++ large-message throughput tests"Gravatar Jan Tattermusch2016-05-22
|
* Merge pull request #6661 from vjpai/throughput_fixGravatar Jan Tattermusch2016-05-22
|\ | | | | Revive C++ large-message throughput tests
| * Revive throughput tests .Gravatar vjpai2016-05-19
| |
* | mark unconstrained scenarios with scalable categoryGravatar Jan Tattermusch2016-05-19
|/
* set client params differently for sync and async clientGravatar Jan Tattermusch2016-05-13
|
* add support for CLIENT_LANGUAGE settingGravatar Jan Tattermusch2016-05-13
|
* set GOPATH when executing go workerGravatar Jan Tattermusch2016-05-11
|
* change go scenarios to use sync apiGravatar Jan Tattermusch2016-05-11
|
* integrate Go qps workerGravatar Jan Tattermusch2016-05-11
|
* Merge pull request #6524 from kpayson64/qps_improvementsGravatar Jan Tattermusch2016-05-11
|\ | | | | Added true async qps streaming client
* \ Merge pull request #6477 from jtattermusch/benchmarking_add_netperfGravatar Jan Tattermusch2016-05-10
|\ \ | | | | | | Add support for running netperf as part of benchmarks.
| | * Added true async qps clientGravatar Ken Payson2016-05-10
| | |
| * | explicitly specify request and response size for netperfGravatar Jan Tattermusch2016-05-10
| | |
| * | add support for running netperf scenarioGravatar Jan Tattermusch2016-05-10
| | |
* | | dont use corelimit for throughput testsGravatar Jan Tattermusch2016-05-10
|/ /
* / enable previously disabled C# scenariosGravatar Jan Tattermusch2016-05-09
|/
* comment out the right scenarioGravatar Jan Tattermusch2016-05-08
|
* disable some C# scenariosGravatar Jan Tattermusch2016-05-06
|
* mark some scenarios as smoketest and add a cmdline flagGravatar Jan Tattermusch2016-05-05
|
* add support for scenario categoriesGravatar Jan Tattermusch2016-05-05
|
* add some more scenariosGravatar Jan Tattermusch2016-05-05
|
* Updated a couple more scriptsGravatar murgatroid992016-05-02
|
* kill pending python workers on startGravatar Jan Tattermusch2016-04-29
|
* Merge pull request #6298 from grpc/python_qps_testsGravatar Jan Tattermusch2016-04-28
|\ | | | | Python QPS Tests
| * Python QPS Worker/initial scenariosGravatar Ken Payson2016-04-28
| |
* | get rid of local qpsworkers before starting the testsGravatar Jan Tattermusch2016-04-27
|/
* Merge pull request #6271 from ↵Gravatar Jan Tattermusch2016-04-23
|\ | | | | | | | | jtattermusch/temporarily_disable_csharp_qps_unconstrained temporarily disable csharp_protobuf_async_streaming_qps_unconstrained
| * temporarily disable csharp_protobuf_async_streaming_qps_unconstrainedGravatar Jan Tattermusch2016-04-22
| |
* | temporarily disable cpp_single_channel_troughputGravatar Jan Tattermusch2016-04-22
|/
* address commentsGravatar Jan Tattermusch2016-04-21
|
* run both secure and insecure scenarios for javaGravatar Jan Tattermusch2016-04-21
|
* make wrapped languages scenarios secure by defaultGravatar Jan Tattermusch2016-04-21
|
* add C# unconstrained scenarioGravatar Jan Tattermusch2016-04-21
|
* add unary pingpong scenarios for c++Gravatar Jan Tattermusch2016-04-20
|
* Merge pull request #6235 from vjpai/qps_driver_youre_firedGravatar Jan Tattermusch2016-04-20
|\ | | | | Delete qps_driver and dependent scripts, add quit to qps_json_driver
* | Fix some of the scenarios core limits, thread limits, and depthGravatar vjpai2016-04-20
| |
| * Merge branch 'master' into qps_driver_youre_firedGravatar vjpai2016-04-20
| |\ | |/ |/|
| * Deprecation of qps_driver and use of shell scripts, in progressGravatar vjpai2016-04-20
| |
* | kill java processes properlyGravatar Jan Tattermusch2016-04-20
|/
* make RVM ruby accessible by performance testsGravatar Jan Tattermusch2016-04-19
|
* add java performance workerGravatar Jan Tattermusch2016-04-19
|
* add RubyLanguage to benchmarking scenariosGravatar Jan Tattermusch2016-04-18
|
* fix field names in schemaGravatar Jan Tattermusch2016-04-15
|