* benchmark/bm_vm3_thread_*.rb: renamed bm_vm3_thread_*.rb to

benchmark/bm_vm_thread_*.rb.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2011-06-14 19:45:08 +00:00
parent c1bbb616d8
commit ef3fb5d1e8
5 changed files with 5 additions and 0 deletions

View file

@ -1,6 +0,0 @@
i=0
while i<100_000 # benchmark loop 3
i+=1
Thread.new{
}.join
end