Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d271979
)
rb: Drop the benchmark worker spawn delay to 0.01
author
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:19:41 +0000
(
01:19
+0000)
committer
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:19:41 +0000
(
01:19
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669032
13f79535
-47bb-0310-9956-
ffa450edef68
lib/rb/benchmark/benchmark.rb
patch
|
blob
|
history
diff --git
a/lib/rb/benchmark/benchmark.rb
b/lib/rb/benchmark/benchmark.rb
index
327be6a
..
1adc73d
100644
(file)
--- a/
lib/rb/benchmark/benchmark.rb
+++ b/
lib/rb/benchmark/benchmark.rb
@@
-65,7
+65,7
@@
class BenchmarkManager
puts "Spawning benchmark processes..."
@num_processes.times do
spawn
- sleep 0.0
5
# space out spawns
+ sleep 0.0
1
# space out spawns
end
collect_output
@benchmark_end = Time.now # we know the procs are done here