benchmark-3.tex /size: 338 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    test \page
20}
21
22\startluacode
23    statistics.stoptiming()
24    context(statistics.elapsedtime())
25\stopluacode
26
27\stoptext
28
29