mirror of
https://github.com/ruby/ruby.git
synced 2025-09-22 03:53:58 +02:00
* 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:
parent
c1bbb616d8
commit
ef3fb5d1e8
5 changed files with 5 additions and 0 deletions
|
@ -1,6 +0,0 @@
|
|||
i=0
|
||||
while i<100_000 # benchmark loop 3
|
||||
i+=1
|
||||
Thread.new{
|
||||
}.join
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue