commit | d3cee029c9f7075e85d8e100d01bc66b6829b727 | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:19:09 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:19:09 2008 +0000 |
tree | aa315fbf32c1b46959cba437c8bf87e84c895e2c | |
parent | fb5c0eb2b3318dc5f0299a9d65c5a9761e0e359f [diff] [blame] |
rb: split up benchmark into separate server/client files and distinct interpreters git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669025 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 04aaff7..ba0fe8c 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile
@@ -37,5 +37,5 @@ desc 'Run benchmarking of NonblockingServer' task :benchmark do - ruby 'benchmark/fairness.rb' + ruby 'benchmark/benchmark.rb' end