benchmark-2.tex /size: 436 b    last modification: 2020-07-01 14:35
1\setupbodyfont[dejavu]
2
3\starttext
4
5\dontcomplain
6
7\startluacode
8    if jit then
9        jit.on()
10        jit.off()
11    end
12\stopluacode
13
14\startluacode
15    statistics.starttiming()
16\stopluacode
17
18\dorecurse {1000} {
19    {\bf \red   \input tufte } \blank
20    {\it \green \input tufte } \blank
21    {\tf \blue  \input tufte } \page
22}
23
24\startluacode
25    statistics.stoptiming()
26    context(statistics.elapsedtime())
27\stopluacode
28
29\stoptext
30
31