Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | More programmatically generate scenarios | Craig Tiller | 2016-09-19 |
| | |||
* | Extend sweeps further, add streaming | Craig Tiller | 2016-09-16 |
| | |||
* | Allow more sync threads | Craig Tiller | 2016-09-16 |
| | |||
* | Fix sync/async | Craig Tiller | 2016-09-16 |
| | |||
* | Remove some scenarios we can't run yet | Craig Tiller | 2016-09-13 |
| | |||
* | Fix outstanding calls | Craig Tiller | 2016-09-13 |
| | |||
* | Lets not do payload sweeps just yet | Craig Tiller | 2016-09-13 |
| | |||
* | Properly categorize tests to allow sweeps to be run by adhoc | Craig Tiller | 2016-09-13 |
| | |||
* | Significantly increase sweep space | Craig Tiller | 2016-09-13 |
| | |||
* | Reduce outstanding request count | Craig Tiller | 2016-09-13 |
| | |||
* | Use a # of total outstanding requests to drive benchmark config | Craig Tiller | 2016-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 counts | Craig Tiller | 2016-07-17 |
| | |||
* | Add clientSuccess and serverSuccess to BQ schema | Sree Kuchibhotla | 2016-07-15 |
| | |||
* | Migrated python performance tests to use GA API | Ken Payson | 2016-07-06 |
| | |||
* | Make running individual Python tests less painful | Masood Malekghassemi | 2016-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 directly | Masood Malekghassemi | 2016-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 fixes | Craig Tiller | 2016-06-13 |
| | |||
* | Changed Python Sync streaming qps to follow spec | Ken Payson | 2016-06-07 |
| | |||
* | Remove AsyncStreaming client from python qps tests | Ken Payson | 2016-06-06 |
| | |||
* | Revert "Revive C++ large-message throughput tests" | Jan Tattermusch | 2016-05-22 |
| | |||
* | Merge pull request #6661 from vjpai/throughput_fix | Jan Tattermusch | 2016-05-22 |
|\ | | | | | Revive C++ large-message throughput tests | ||
| * | Revive throughput tests . | vjpai | 2016-05-19 |
| | | |||
* | | mark unconstrained scenarios with scalable category | Jan Tattermusch | 2016-05-19 |
|/ | |||
* | set client params differently for sync and async client | Jan Tattermusch | 2016-05-13 |
| | |||
* | add support for CLIENT_LANGUAGE setting | Jan Tattermusch | 2016-05-13 |
| | |||
* | set GOPATH when executing go worker | Jan Tattermusch | 2016-05-11 |
| | |||
* | change go scenarios to use sync api | Jan Tattermusch | 2016-05-11 |
| | |||
* | integrate Go qps worker | Jan Tattermusch | 2016-05-11 |
| | |||
* | Merge pull request #6524 from kpayson64/qps_improvements | Jan Tattermusch | 2016-05-11 |
|\ | | | | | Added true async qps streaming client | ||
* \ | Merge pull request #6477 from jtattermusch/benchmarking_add_netperf | Jan Tattermusch | 2016-05-10 |
|\ \ | | | | | | | Add support for running netperf as part of benchmarks. | ||
| | * | Added true async qps client | Ken Payson | 2016-05-10 |
| | | | |||
| * | | explicitly specify request and response size for netperf | Jan Tattermusch | 2016-05-10 |
| | | | |||
| * | | add support for running netperf scenario | Jan Tattermusch | 2016-05-10 |
| | | | |||
* | | | dont use corelimit for throughput tests | Jan Tattermusch | 2016-05-10 |
|/ / | |||
* / | enable previously disabled C# scenarios | Jan Tattermusch | 2016-05-09 |
|/ | |||
* | comment out the right scenario | Jan Tattermusch | 2016-05-08 |
| | |||
* | disable some C# scenarios | Jan Tattermusch | 2016-05-06 |
| | |||
* | mark some scenarios as smoketest and add a cmdline flag | Jan Tattermusch | 2016-05-05 |
| | |||
* | add support for scenario categories | Jan Tattermusch | 2016-05-05 |
| | |||
* | add some more scenarios | Jan Tattermusch | 2016-05-05 |
| | |||
* | Updated a couple more scripts | murgatroid99 | 2016-05-02 |
| | |||
* | kill pending python workers on start | Jan Tattermusch | 2016-04-29 |
| | |||
* | Merge pull request #6298 from grpc/python_qps_tests | Jan Tattermusch | 2016-04-28 |
|\ | | | | | Python QPS Tests | ||
| * | Python QPS Worker/initial scenarios | Ken Payson | 2016-04-28 |
| | | |||
* | | get rid of local qpsworkers before starting the tests | Jan Tattermusch | 2016-04-27 |
|/ | |||
* | Merge pull request #6271 from ↵ | Jan Tattermusch | 2016-04-23 |
|\ | | | | | | | | | jtattermusch/temporarily_disable_csharp_qps_unconstrained temporarily disable csharp_protobuf_async_streaming_qps_unconstrained | ||
| * | temporarily disable csharp_protobuf_async_streaming_qps_unconstrained | Jan Tattermusch | 2016-04-22 |
| | | |||
* | | temporarily disable cpp_single_channel_troughput | Jan Tattermusch | 2016-04-22 |
|/ | |||
* | address comments | Jan Tattermusch | 2016-04-21 |
| | |||
* | run both secure and insecure scenarios for java | Jan Tattermusch | 2016-04-21 |
| |