X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fperformance%2Fcll1-print.c;h=611f16664d2bef73839e108701920a9d86540e9d;hb=c71d5ab715a541e46c1bda7da72fe6818f9e53f6;hp=eb20e077ad9bf0b4e1e96588d744dd3cc01c4d62;hpb=420bb7716ee099d369582836ef4fc8ab25d81fde;p=svn%2FCll1h%2F.git diff --git a/demos/performance/cll1-print.c b/demos/performance/cll1-print.c index eb20e07..611f166 100644 --- a/demos/performance/cll1-print.c +++ b/demos/performance/cll1-print.c @@ -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; }