aboutsummaryrefslogtreecommitdiff
path: root/module/calp/benchmark/parse.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/benchmark/parse.scm')
-rw-r--r--module/calp/benchmark/parse.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/calp/benchmark/parse.scm b/module/calp/benchmark/parse.scm
index 1391d18a..2ba8a7de 100644
--- a/module/calp/benchmark/parse.scm
+++ b/module/calp/benchmark/parse.scm
@@ -3,13 +3,15 @@
:use-module ((hnh util path) :select (path-append))
:use-module (glob)
:use-module (statprof)
+ :use-module (datetime)
:use-module ((srfi srfi-1) :select (concatenate))
:use-module ((ice-9 ftw) :select (scandir))
+ :export (run-benchmark)
)
-(define-public (run-benchmark)
+(define (run-benchmark)
(define all-calendar-files
(statprof
(lambda ()