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
14c965360d
rubyx
/
test
/
bench
/
ruby
/
hello.rb
7 lines
90 B
Ruby
Raw
Normal View
History
Unescape
Escape
add ruby bench programs and numbers
2015-11-24 14:33:16 +01:00
updating benchmarks on the new machine, consistent not rubyx yet
2019-07-23 19:14:28 +02:00
counter
=
100000
;
add ruby bench programs and numbers
2015-11-24 14:33:16 +01:00
while
(
counter
>
0
)
do
puts
"
Hello there
"
counter
=
counter
-
1
end
Reference in New Issue
Copy Permalink