perforamnce test for printing one and two strings in C,C++,C<<1,Perl and Python
[svn/Cll1h/.git] / demos / performance / cll1-print2.c
diff --git a/demos/performance/cll1-print2.c b/demos/performance/cll1-print2.c
new file mode 100644 (file)
index 0000000..662d41c
--- /dev/null
@@ -0,0 +1,7 @@
+#include "cll1.h"
+
+program
+{
+ repeat(10000000)
+  print("stuff1","stuff2");
+}
This page took 0.249165 seconds and 4 git commands to generate.