ruby performance test added
[svn/Cll1h/.git] / demos / performance / print.rb
diff --git a/demos/performance/print.rb b/demos/performance/print.rb
new file mode 100755 (executable)
index 0000000..6d421ed
--- /dev/null
@@ -0,0 +1,3 @@
+#!/usr/bin/ruby
+
+10000000.times { print "stuff","\n" }
This page took 0.088352 seconds and 4 git commands to generate.