C<<1 va_list based print and echo commands finaly work
[svn/Cll1h/.git] / demos / performance / print.py
diff --git a/demos/performance/print.py b/demos/performance/print.py
new file mode 100755 (executable)
index 0000000..c83a0e9
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/python
+
+for i in range(1,10000000):
+ print "stuff"
+
This page took 0.103453 seconds and 4 git commands to generate.