rb: Add benchmarking code for Thrift::NonblockingServer
authorKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 01:17:06 +0000 (01:17 +0000)
committerKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 01:17:06 +0000 (01:17 +0000)
commitca8a1b3b99627773a3b09c6a34de28dd3234facd
tree783acacfafb4f08eedbd9c2861e7f18016d7e1e1
parente4489d3e698a2378038227f37d49212b52acf8b1
rb: Add benchmarking code for Thrift::NonblockingServer

You can override the server to test with the THRIFT_SERVER env var

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669007 13f79535-47bb-0310-9956-ffa450edef68
lib/rb/Rakefile
lib/rb/benchmark/Benchmark.thrift [new file with mode: 0644]
lib/rb/benchmark/fairness.rb [new file with mode: 0644]
lib/rb/benchmark/gen-rb/BenchmarkService.rb [new file with mode: 0644]
lib/rb/benchmark/gen-rb/Benchmark_constants.rb [new file with mode: 0644]
lib/rb/benchmark/gen-rb/Benchmark_types.rb [new file with mode: 0644]