aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/html.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-06 12:43:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-06 12:43:28 +0200
commit1eadb9ad346e7326cea9b88ba92ecd24d672e400 (patch)
treec172b085608a5bdb024d506094193a4428a11268 /module/entry-points/html.scm
parentChange to only call get-datetime in parse. (diff)
downloadcalp-1eadb9ad346e7326cea9b88ba92ecd24d672e400.tar.gz
calp-1eadb9ad346e7326cea9b88ba92ecd24d672e400.tar.xz
Made benchmark main runnable again.
Diffstat (limited to 'module/entry-points/html.scm')
-rw-r--r--module/entry-points/html.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/module/entry-points/html.scm b/module/entry-points/html.scm
index e03e5907..1237f628 100644
--- a/module/entry-points/html.scm
+++ b/module/entry-points/html.scm
@@ -66,4 +66,7 @@
[(table)
(html-table-main count start)]
[else
- (error "Unknown html style: ~a" style)]))
+ (error "Unknown html style: ~a" style)])
+
+ ((@ (util time) report-time!) "all done")
+ )