perforamnce test for printing one and two strings in C,C++,C<<1,Perl and Python
[svn/Cll1h/.git] / demos / performance / cll1-print.c
index eb20e077ad9bf0b4e1e96588d744dd3cc01c4d62..611f16664d2bef73839e108701920a9d86540e9d 100644 (file)
@@ -1,12 +1,7 @@
 #include "cll1.h"
 
-#define RUNS 10000000UL
 program
 {
- unsigned long i;
- for_range(i,0,RUNS)
- {
+ repeat(10000000)
   print("stuff");
- }
- return 0;
 }
This page took 0.099813 seconds and 4 git commands to generate.