performance test - write, fwrite and cll1 single arugment echo added
[svn/Cll1h/.git] / demos / performance / cll1-echo.c
diff --git a/demos/performance/cll1-echo.c b/demos/performance/cll1-echo.c
new file mode 100644 (file)
index 0000000..347d7af
--- /dev/null
@@ -0,0 +1,8 @@
+#include "cll1.h"
+
+program
+{
+ unsigned long i;
+ for_range(i,1,10000000)
+  echo("stuff\n");
+}
This page took 0.098599 seconds and 4 git commands to generate.