Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Break out qps services into seperate protos | kpayson64 | 2018-04-18 |
| | |||
* | Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests | apolcyn | 2017-11-27 |
|\ | | | | | Fix a race in ruby server shutdown and cleanup for ruby tests | ||
| * | Remove some sleeps in ruby tests and fix test server shutdown | Alex Polcyn | 2017-11-27 |
| | | |||
* | | format | Michael Darakananda | 2017-10-13 |
| | | |||
* | | Merge branch 'master' into ruby-php-bin | Michael Darakananda | 2017-10-09 |
|\ \ | |||
* | | | make ruby proxy worker accept script location | Michael Darakananda | 2017-10-09 |
| | | | | | | | | | | | | This is done so that we can test other PHP clients. | ||
| * | | exclude uploading stats, add unconstained php benchmark | ZhouyihaiDing | 2017-10-06 |
|/ / | | | | | | | php7 build once | ||
* / | add protobuf c_ext to php benchmark | ZhouyihaiDing | 2017-09-26 |
|/ | |||
* | add php extension | ZhouyihaiDing | 2017-09-14 |
| | |||
* | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | PHP benchmarking performance client, proxied through Ruby | Vijay Pai | 2017-03-10 |
| | | | | | Requires synchronous and single-threaded, so only 1 channel and 1 outstanding RPC per channel for now. No open-loop for now | ||
* | v1.0.x → master upmerge | Nathaniel Manista | 2016-12-16 |
|\ | | | | | | | | | | | | | | | | | | | Manual changes: - Fixed use of Exception.message in _invalid_metadata_test.py - Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb - Added "set -e" to generate_build_additions.sh | ||
| * | dont break out of response stream iterator in benchmark client | Alexander Polcyn | 2016-11-23 |
| | | |||
* | | increase max thread pool size in benchmarks and fix shutdown ordering | Alex Polcyn | 2016-10-27 |
|/ | |||
* | dont create extra thread on bidi call in benchmark, and change suggested | Alexander Polcyn | 2016-09-20 |
| | | | | code for ruby bidi calls | ||
* | fail benchmarks with errors in a child rpc thread | Alexander Polcyn | 2016-08-17 |
| | |||
* | Updated ruby protos to use new _pb filename | Ken Payson | 2016-07-26 |
| | |||
* | Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments | Jan Tattermusch | 2016-06-03 |
|\ | | | | | Add comments to generated code for Node and Ruby | ||
* | | Update ruby perf code with keyword args changes | murgatroid99 | 2016-05-23 |
| | | |||
| * | Added comments to ruby code generation | murgatroid99 | 2016-05-20 |
|/ | |||
* | Add support for an "OTHER" value in client_type, server_type, and add a ↵ | vjpai | 2016-04-21 |
| | | | | | | | string to represent the name of the desired system api. This allows expansion without putting an upper-limit based on some foressen variants. | ||
* | Eradicate Uniform, Deterministic, and Pareto interarrival | vjpai | 2016-04-20 |
| | | | | | distributions since we don't use them and it's not sensible to add them | ||
* | actually stop benchmark server | Jan Tattermusch | 2016-04-18 |
| | |||
* | remove trailing whitespaces | Jan Tattermusch | 2016-04-18 |
| | |||
* | Support many oustanding RPCs per channel - forgot to do this last time | Vijay Pai | 2016-03-31 |
| | |||
* | Support secure client | vjpai | 2016-03-30 |
| | |||
* | Support server-side secure test. | vjpai | 2016-03-30 |
| | |||
* | Improved formatting | vjpai | 2016-03-30 |
| | |||
* | Add streaming client | vjpai | 2016-03-30 |
| | |||
* | Add support for unary client, closed-loop or poisson | vjpai | 2016-03-30 |
| | |||
* | Fix scoping for client, in preparation for implementation | vjpai | 2016-03-29 |
| | |||
* | Fix scope on an each - no need for class scope | vjpai | 2016-03-29 |
| | |||
* | Working ruby server implementation | vjpai | 2016-03-29 |
| | |||
* | Make histogram more canonically Ruby-style | vjpai | 2016-03-29 |
| | |||
* | Initial skeleton of benchmark client and server | vjpai | 2016-03-21 |
| | |||
* | Initial work for Ruby performance testing | vjpai | 2016-03-18 |