aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/qps
Commit message (Collapse)AuthorAge
* Break out qps services into seperate protosGravatar kpayson642018-04-18
|
* Merge pull request #12710 from apolcyn/speedup_ruby_end2end_testsGravatar apolcyn2017-11-27
|\ | | | | Fix a race in ruby server shutdown and cleanup for ruby tests
| * Remove some sleeps in ruby tests and fix test server shutdownGravatar Alex Polcyn2017-11-27
| |
* | formatGravatar Michael Darakananda2017-10-13
| |
* | Merge branch 'master' into ruby-php-binGravatar Michael Darakananda2017-10-09
|\ \
* | | make ruby proxy worker accept script locationGravatar Michael Darakananda2017-10-09
| | | | | | | | | | | | This is done so that we can test other PHP clients.
| * | exclude uploading stats, add unconstained php benchmarkGravatar ZhouyihaiDing2017-10-06
|/ / | | | | | | php7 build once
* / add protobuf c_ext to php benchmarkGravatar ZhouyihaiDing2017-09-26
|/
* add php extensionGravatar ZhouyihaiDing2017-09-14
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* PHP benchmarking performance client, proxied through RubyGravatar Vijay Pai2017-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 upmergeGravatar Nathaniel Manista2016-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 clientGravatar Alexander Polcyn2016-11-23
| |
* | increase max thread pool size in benchmarks and fix shutdown orderingGravatar Alex Polcyn2016-10-27
|/
* dont create extra thread on bidi call in benchmark, and change suggestedGravatar Alexander Polcyn2016-09-20
| | | | code for ruby bidi calls
* fail benchmarks with errors in a child rpc threadGravatar Alexander Polcyn2016-08-17
|
* Updated ruby protos to use new _pb filenameGravatar Ken Payson2016-07-26
|
* Merge pull request #6674 from murgatroid99/node_ruby_codegen_commentsGravatar Jan Tattermusch2016-06-03
|\ | | | | Add comments to generated code for Node and Ruby
* | Update ruby perf code with keyword args changesGravatar murgatroid992016-05-23
| |
| * Added comments to ruby code generationGravatar murgatroid992016-05-20
|/
* Add support for an "OTHER" value in client_type, server_type, and add a ↵Gravatar vjpai2016-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 interarrivalGravatar vjpai2016-04-20
| | | | | distributions since we don't use them and it's not sensible to add them
* actually stop benchmark serverGravatar Jan Tattermusch2016-04-18
|
* remove trailing whitespacesGravatar Jan Tattermusch2016-04-18
|
* Support many oustanding RPCs per channel - forgot to do this last timeGravatar Vijay Pai2016-03-31
|
* Support secure clientGravatar vjpai2016-03-30
|
* Support server-side secure test.Gravatar vjpai2016-03-30
|
* Improved formattingGravatar vjpai2016-03-30
|
* Add streaming clientGravatar vjpai2016-03-30
|
* Add support for unary client, closed-loop or poissonGravatar vjpai2016-03-30
|
* Fix scoping for client, in preparation for implementationGravatar vjpai2016-03-29
|
* Fix scope on an each - no need for class scopeGravatar vjpai2016-03-29
|
* Working ruby server implementationGravatar vjpai2016-03-29
|
* Make histogram more canonically Ruby-styleGravatar vjpai2016-03-29
|
* Initial skeleton of benchmark client and serverGravatar vjpai2016-03-21
|
* Initial work for Ruby performance testingGravatar vjpai2016-03-18