Author: kclark
Date: Tue Jun 17 18:19:41 2008
New Revision: 669032
URL: http://svn.apache.org/viewvc?rev=669032&view=rev
Log:
rb: Drop the benchmark worker spawn delay to 0.01
Modified:
incubator/thrift/trunk/lib/rb/benchmark/benchmark.rb
Modified: incubator/thrift/trunk/lib/rb/benchmark/benchmark.rb
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/benchmark/benchmark.rb?rev=669032&r1=669031&r2=669032&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/benchmark/benchmark.rb (original)
+++ incubator/thrift/trunk/lib/rb/benchmark/benchmark.rb Tue Jun 17 18:19:41
2008
@@ -65,7 +65,7 @@
puts "Spawning benchmark processes..."
@num_processes.times do
spawn
- sleep 0.05 # space out spawns
+ sleep 0.01 # space out spawns
end
collect_output
@benchmark_end = Time.now # we know the procs are done here