This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
7f8e24d43f
ruby--ruby
/
benchmark
/
bm_vm1_not.rb
8 lines
75 B
Ruby
Raw
Normal View
History
Unescape
Escape
* benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: prop set. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-12-09 19:59:04 -05:00
i
=
0
obj
=
Object
.
new
while
i
<
30000000
# while loop 1
i
+=
1
!
obj
end
Copy permalink