commit | e4644f11fa6054f15659c76debf40d9595e2ee17 | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:19:41 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:19:41 2008 +0000 |
tree | b660b1ea268b13777703fdd82c36dae563b0575e | |
parent | d271979bf23cde196fa5f6360240cdb987a72ce8 [diff] [blame] |
rb: Drop the benchmark worker spawn delay to 0.01 git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669032 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/benchmark/benchmark.rb b/lib/rb/benchmark/benchmark.rb index 327be6a..1adc73d 100644 --- a/lib/rb/benchmark/benchmark.rb +++ b/lib/rb/benchmark/benchmark.rb
@@ -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