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