repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
r18455 reverted.
[ruby-svn.git]
/
benchmark
/
bm_vm3_thread_create_join.rb
blob
325a66d5877b3172bc7407cfc016f7d157efb866
1
i=0
2
while i<100_000 # benchmark loop 3
3
i+=1
4
Thread.new{
5
}.join
6
end