summaryrefslogtreecommitdiff
path: root/lib/rb/benchmark
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-437. rb: fix benchmarking tools to require proper file namesBryan Duxbury2009-04-073-3/+3
* THRIFT-276. rb: Ruby libraries should have one class per fileBryan Duxbury2009-04-044-9/+4
* THRIFT-410. rb: Ruby lib should have no checked in generated codeBryan Duxbury2009-03-313-159/+0
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-308-0/+152
* THRIFT-375. rb: syntax error in benchmark.rbBryan Duxbury2009-03-201-1/+1
* THRIFT-353. rb: Capitalize module names on ruby generationKevin Clark2009-03-041-4/+4
* THRIFT-246. rb: Generate #struct_fields rather than reflect.Kevin Clark2009-01-061-0/+6
* rb: raise if an object is serialized without required fields [THRIFT-143]Kevin Clark2008-11-111-0/+6
* rb: Create constants for field ids in generated structs [THRIFT-165]Kevin Clark2008-10-161-2/+6
* rb: Use File.dirname(__FILE__) in generated requires [THRIFT-57]Kevin Clark2008-06-262-2/+2
* rb: require 'thrift' first in generated service definitions [THRIFT-38]Kevin Clark2008-06-241-1/+1
* rb: Set default host for benchmark to 127.0.0.1Kevin Clark2008-06-181-1/+1
* rb: Add hooks for THRIFT_HOST and THRIFT_PORT in the benchmarkKevin Clark2008-06-181-1/+5
* rb: Add control for the number of client processes in the benchmarkKevin Clark2008-06-181-1/+2
* rb: Increase the benchmark startup time and add more hooksKevin Clark2008-06-183-12/+26
* rb: Drop the benchmark worker spawn delay to 0.01Kevin Clark2008-06-181-1/+1
* rb: Catch TransportException errors during the benchmark and report themKevin Clark2008-06-182-9/+19
* rb: flush STDOUT after starting the benchmark server to properly kickstart th...Kevin Clark2008-06-181-0/+1
* rb: Give the benchmark server more time to start upKevin Clark2008-06-182-2/+6
* rb: Turn off debug logging in benchmark/thin_server.rbKevin Clark2008-06-182-2/+2
* rb: Fix some incorrect reporting by the benchmark.Kevin Clark2008-06-181-2/+11
* rb: Enhance the output of the benchmarkKevin Clark2008-06-181-5/+23
* rb: split up benchmark into separate server/client files and distinct interpr...Kevin Clark2008-06-183-91/+139
* rb: Switch from read_nonblock to readpartial to make jruby happyKevin Clark2008-06-181-1/+1
* rb: Enable logging debug info in benchmark/thin_server.rbKevin Clark2008-06-181-2/+3
* rb: Tweak the benchmark to allow running the server in a separate processKevin Clark2008-06-182-0/+27
* rb: Implement Thrift::UNIXSocket and Thrift::UNIXServerSocketKevin Clark2008-06-181-22/+36
* rb: Implement type-checking in Thrift::Struct.new and field accessorsKevin Clark2008-06-181-2/+2
* rb: Add benchmarking code for Thrift::NonblockingServerKevin Clark2008-06-185-0/+340