aboutsummaryrefslogtreecommitdiff
path: root/module/web
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-13 12:51:54 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-13 12:51:54 +0200
commit3dce81345d11a41ff9a494053e2586cc4bb89936 (patch)
treea975162ebd16f4cb1f4b775ec6126c8b417b69fb /module/web
parentMisc tests. (diff)
downloadcalp-3dce81345d11a41ff9a494053e2586cc4bb89936.tar.gz
calp-3dce81345d11a41ff9a494053e2586cc4bb89936.tar.xz
Comment out typechecks on token stream.
Each such typecheck ran in linear time on the remaining tokens, which is a bit to much. Remove it, and hope that the code behaves. Some stats, from running make coverage GUILE=guile3 With typechecks --------------- Slow test: "Parameter expansion times", took 1.077431 Slow test: "Example 3, except part below", took 16.952855 Slow test: "True test", took 18.335534 Slow test: "Example 5", took 3.351126 Slow test: "Example 7", took 2.804212 -------------------------------------------------- Without typechecks ------------------ Slow test: "Example 3, except part below", took 12.863874 Slow test: "True test", took 14.016901 Slow test: "Example 5", took 2.166008 Slow test: "Example 7", took 2.252685
Diffstat (limited to 'module/web')
0 files changed, 0 insertions, 0 deletions