Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Modify shebang on python scripts | Siddharth Shukla | 2017-03-12 |
| | | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`. | ||
* | Make testing scripts python3.x compatible | Siddharth Shukla | 2017-03-12 |
| | | | | | Update run_tests/*.py to use six based isomorphisms and print function from __future__ module. | ||
* | Ensure port server is running on remote hosts | Craig Tiller | 2017-03-07 |
| | |||
* | Revert "Enable lto for performance testing" | Craig Tiller | 2017-03-01 |
| | |||
* | Reserve opt for external builds, use lto for profiling | Craig Tiller | 2017-03-01 |
| | |||
* | Merge pull request #9548 from apolcyn/improve_benchmark_worker_timeouts | apolcyn | 2017-02-04 |
|\ | | | | | shorten qps worker timeouts and run remote workers under timeout | ||
* | | always render junit xml report after perf tests | Alexander Polcyn | 2017-02-02 |
| | | |||
| * | shorten qps worker timeouts and run remote workers under timeout | Alexander Polcyn | 2017-02-01 |
|/ | |||
* | Merge pull request #9038 from apolcyn/run_perf_on_benchmarks | apolcyn | 2017-01-13 |
|\ | | | | | add --perf_args usage to jenkins performance runner scripts | ||
* | | enable uploading server cpu usage data from performance tests to big query | Yuxuan Li | 2017-01-11 |
| | | |||
* | | cleanup tools/run_tests directory | Jan Tattermusch | 2016-12-22 |
| | | |||
| * | add --perf_args usage to jenkins performance runner scripts | Alexander Polcyn | 2016-12-20 |
|/ | |||
* | Merge pull request #8699 from apolcyn/run_perf_on_benchmarks | apolcyn | 2016-12-08 |
|\ | | | | | Add perf option to benchmark runner script, create text profiles and flamegraphs | ||
| * | add a "perf" option to benchmarks script, generate profile text reports and ↵ | Alexander Polcyn | 2016-12-08 |
| | | | | | | | | flamegraphs | ||
* | | clean up scenario.workers length check | Alex Polcyn | 2016-12-06 |
| | | |||
* | | handle empty string for qps workers in driver and dont quit them on netperf | Alex Polcyn | 2016-12-06 |
|/ | |||
* | fix windows benchmarks and upload all 3 reports | Jan Tattermusch | 2016-11-18 |
| | |||
* | make benchmarks create report.xml | Jan Tattermusch | 2016-10-24 |
| | |||
* | Merge pull request #8397 from apolcyn/fix_performance_test_silent_failures | apolcyn | 2016-10-22 |
|\ | | | | | fail performance tests if any jobs fail or timeout | ||
| * | clean up error message | Alexander Polcyn | 2016-10-22 |
| | | |||
* | | show logs from qps workers | Jan Tattermusch | 2016-10-22 |
| | | |||
| * | clean up error counting and reporting | Alex Polcyn | 2016-10-19 |
| | | |||
| * | fail performance tests if any jobs fail or timeout | Alexander Polcyn | 2016-10-17 |
|/ | |||
* | Be explicit as to which tests to run | Craig Tiller | 2016-09-26 |
| | |||
* | Merge github.com:grpc/grpc into outstanding_sweeps | Craig Tiller | 2016-09-16 |
|\ | |||
| * | Fix more things | Craig Tiller | 2016-09-15 |
| | | |||
| * | Fix typo | Craig Tiller | 2016-09-15 |
| | | |||
| * | Fix typo | Craig Tiller | 2016-09-15 |
| | | |||
| * | Missed import | Craig Tiller | 2016-09-15 |
| | | |||
| * | Run QPS workers just for the scenario that we want, to avoid interference | Craig Tiller | 2016-09-15 |
| | | |||
* | | Properly categorize tests to allow sweeps to be run by adhoc | Craig Tiller | 2016-09-13 |
|/ | |||
* | Exclude sweep tests from the "full" suite | Craig Tiller | 2016-09-09 |
| | |||
* | Add missing flag option | Craig Tiller | 2016-09-07 |
| | |||
* | Revert "Generate html report for perf tests" | Vijay Pai | 2016-07-19 |
| | |||
* | Generate html report for perf tests | Adele Zhou | 2016-07-15 |
| | |||
* | Make testing toolchain python 3.x compliant | siddharthshukla | 2016-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 | ||
* | Fixes | Craig Tiller | 2016-06-23 |
| | |||
* | mark unconstrained scenarios with scalable category | Jan Tattermusch | 2016-05-19 |
| | |||
* | add support for CLIENT_LANGUAGE setting | Jan Tattermusch | 2016-05-13 |
| | |||
* | propagate jenkins env variables to netperf client | Jan Tattermusch | 2016-05-11 |
| | |||
* | add support for running netperf scenario | Jan Tattermusch | 2016-05-10 |
| | |||
* | 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 |
| | |||
* | increase qps_worker max lifetime | Jan Tattermusch | 2016-05-05 |
| | |||
* | 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 |
|/ | |||
* | actually fail on failure | Jan Tattermusch | 2016-04-21 |
| | |||
* | Merge branch 'master' into qps_driver_youre_fired | vjpai | 2016-04-20 |
|\ | |||
* | | Deprecation of qps_driver and use of shell scripts, in progress | vjpai | 2016-04-20 |
| | |