This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx
Watch
1
Star
0
Fork
0
You've already forked rubyx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8832df3221
rubyx
/
test
/
bench
/
ruby
/
loop.rb
6 lines
60 B
Ruby
Raw
Normal View
History
Unescape
Escape
add ruby bench programs and numbers
2015-11-24 14:33:16 +01:00
add simple loop bench fiddled with run numbers a bit recording times with noop removed results slightly worse than hoped
2019-07-31 20:18:03 +02:00
counter
=
1000000
add ruby bench programs and numbers
2015-11-24 14:33:16 +01:00
while
(
counter
>
0
)
do
add simple loop bench fiddled with run numbers a bit recording times with noop removed results slightly worse than hoped
2019-07-31 20:18:03 +02:00
counter
-=
1
add ruby bench programs and numbers
2015-11-24 14:33:16 +01:00
end
Reference in New Issue
Copy Permalink