X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=demos%2Fperformance%2Fcll1-print2.c;fp=demos%2Fperformance%2Fcll1-print2.c;h=662d41c2208db165c0902e3efda9ce37c2e01462;hb=81088cecf25774a3506a648bd2254079d48f77da;hp=0000000000000000000000000000000000000000;hpb=dfe0680a93f0d1fd2cd668f3facd6c803af318ea;p=svn%2FCll1h%2F.git diff --git a/demos/performance/cll1-print2.c b/demos/performance/cll1-print2.c new file mode 100644 index 0000000..662d41c --- /dev/null +++ b/demos/performance/cll1-print2.c @@ -0,0 +1,7 @@ +#include "cll1.h" + +program +{ + repeat(10000000) + print("stuff1","stuff2"); +}