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
add rdoc.
[ruby-svn.git]
/
benchmark
/
bm_vm2_unif1.rb
blob
e12bd2ade0454964eb3e0944a79c599508d4b889
1
i = 0
2
def m a, b
3
end
4
5
while i<6000000 # benchmark loop 2
6
i+=1
7
m 100, 200
8
end