From fce0a555f50737daf31ba2d3385bf9ab5f9b0c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Jun 2020 13:58:21 +0200 Subject: Extend and document benchmark main. --- module/main.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/main.scm') diff --git a/module/main.scm b/module/main.scm index c55c892a..8332f566 100644 --- a/module/main.scm +++ b/module/main.scm @@ -88,7 +88,8 @@ "reserializes it back into ICAL format. " "Useful for merging calendars.") - (p (b "benchmark") " does something?") + (p (b "benchmark") " Forces a field from the current app. Preferably used together with " + (i "--statprof") " for some for profiling the code.") (p (b "server") " starts an HTTP server which dynamicly loads and displays event. The " (i "/month/{date}.html") " & " (i "/week/{date}.html") " runs the same output code as " -- cgit v1.2.3