X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fperformance%2Fprint2.rb;fp=demos%2Fperformance%2Fprint2.rb;h=37f8e131636aebce7fc82d1ad7cce5a33aeba760;hb=b84246fd4f755e89ebc846521457cfb626faec21;hp=0000000000000000000000000000000000000000;hpb=cc0de701b6a1dd6d8c01352888c1be54676cd8e2;p=svn%2FCll1h%2F.git diff --git a/demos/performance/print2.rb b/demos/performance/print2.rb new file mode 100755 index 0000000..37f8e13 --- /dev/null +++ b/demos/performance/print2.rb @@ -0,0 +1,3 @@ +#!/usr/bin/ruby + +10000000.times { print "stuff1"," ","stuff2","\n" }