aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_performance_tests.py
Commit message (Collapse)AuthorAge
...
| * Run QPS workers just for the scenario that we want, to avoid interferenceGravatar Craig Tiller2016-09-15
| |
* | Properly categorize tests to allow sweeps to be run by adhocGravatar Craig Tiller2016-09-13
|/
* Exclude sweep tests from the "full" suiteGravatar Craig Tiller2016-09-09
|
* Add missing flag optionGravatar Craig Tiller2016-09-07
|
* Revert "Generate html report for perf tests"Gravatar Vijay Pai2016-07-19
|
* Generate html report for perf testsGravatar Adele Zhou2016-07-15
|
* Make testing toolchain python 3.x compliantGravatar siddharthshukla2016-07-12
| | | | | | | | | | | | | | | six is necessary for making these scripts cross compatible between python 2.x and 3.x Changes: Add six to python_deps.include Include python_deps.include to all Dockerfile templates in test directory Include python_deps.include to all Dockerfile templates in stress_test directory Include python_deps.include to all Dockerfile templates in interop_test directory Replace print statements with print function calls (from futute..) Replace .iteritems() with .items() wherever necessary use six.moves to import BaseHTTPServer Generate new dockerfiles using generate_projects.sh
* FixesGravatar Craig Tiller2016-06-23
|
* mark unconstrained scenarios with scalable categoryGravatar Jan Tattermusch2016-05-19
|
* add support for CLIENT_LANGUAGE settingGravatar Jan Tattermusch2016-05-13
|
* propagate jenkins env variables to netperf clientGravatar Jan Tattermusch2016-05-11
|
* add support for running netperf scenarioGravatar Jan Tattermusch2016-05-10
|
* mark some scenarios as smoketest and add a cmdline flagGravatar Jan Tattermusch2016-05-05
|
* add support for scenario categoriesGravatar Jan Tattermusch2016-05-05
|
* increase qps_worker max lifetimeGravatar Jan Tattermusch2016-05-05
|
* 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
|/
* actually fail on failureGravatar Jan Tattermusch2016-04-21
|
* 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
| |
| * increase qpsworker lifetimeGravatar Jan Tattermusch2016-04-20
|/
* add java performance workerGravatar Jan Tattermusch2016-04-19
|
* result uploadingGravatar Jan Tattermusch2016-04-15
|
* Enable JSON reports for qps driversGravatar Jan Tattermusch2016-04-14
|
* add support for cross-language testsGravatar Jan Tattermusch2016-04-14
|
* added support for regex selection of scenariosGravatar Jan Tattermusch2016-04-14
|
* Configure performance scenarios with jsonGravatar Craig Tiller2016-04-06
| | | | Run those json configurations as part of presubmits
* Add copyright, tweak nameGravatar Craig Tiller2016-04-04
|
* Separate configuration from running logic for performance testsGravatar Craig Tiller2016-04-01
|
* Only build specified languages when running tests for those languagesGravatar Craig Tiller2016-04-01
|
* add support for multiple languagesGravatar Jan Tattermusch2016-03-31
|
* build C# and node perf workersGravatar Jan Tattermusch2016-03-31
|
* add run_performance_tests.py scriptGravatar Jan Tattermusch2016-03-28