aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance
Commit message (Collapse)AuthorAge
* Merge pull request #8202 from ctiller/perf-whaGravatar Craig Tiller2016-10-03
|\ | | | | Be explicit as to which tests to run
| * Be explicit as to which tests to runGravatar Craig Tiller2016-09-26
| |
* | More programmatically generate scenariosGravatar Craig Tiller2016-09-19
| |
* | Extend sweeps further, add streamingGravatar Craig Tiller2016-09-16
|/
* Allow more sync threadsGravatar Craig Tiller2016-09-16
|
* Fix sync/asyncGravatar Craig Tiller2016-09-16
|
* Remove some scenarios we can't run yetGravatar Craig Tiller2016-09-13
|
* Fix outstanding callsGravatar Craig Tiller2016-09-13
|
* Lets not do payload sweeps just yetGravatar Craig Tiller2016-09-13
|
* Properly categorize tests to allow sweeps to be run by adhocGravatar Craig Tiller2016-09-13
|
* Significantly increase sweep spaceGravatar Craig Tiller2016-09-13
|
* Reduce outstanding request countGravatar Craig Tiller2016-09-13
|
* Use a # of total outstanding requests to drive benchmark configGravatar Craig Tiller2016-09-08
| | | | | Instead of specifying # of outstanding requests/channel, specify a total outstanding size, and try to fit that to the number of channels.
* Add sync variants of important tests, add sweeps across different channel countsGravatar Craig Tiller2016-07-17
|
* 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
|/