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_vm1_ivar_set.rb
blob
c8076c6ab6bcef38135967bf31ca902c02e118f9
1
i = 0
2
while i<30_000_000 # while loop 1
3
i+= 1
4
@a = 1
5
@b = 2
6
end