1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fixlet for `run-benchmark.scm'.

* gc-benchmarks/run-benchmark.scm (%default-options): Default to the
  empty list for `input'.
This commit is contained in:
Ludovic Courtès 2008-12-14 21:07:09 +01:00 committed by Andy Wingo
parent 1c14d7671d
commit bf4200ca9f

View file

@ -176,7 +176,8 @@ exec ${GUILE-guile} -q -l "$0" \
`((reference-environment . "GUILE=guile") `((reference-environment . "GUILE=guile")
(benchmark-directory . "./gc-benchmarks") (benchmark-directory . "./gc-benchmarks")
(log-port . ,(current-output-port)) (log-port . ,(current-output-port))
(profile-options . ""))) (profile-options . "")
(input . ())))
(define (show-help) (define (show-help)
(format #t "Usage: run-benchmark [OPTIONS] BENCHMARKS... (format #t "Usage: run-benchmark [OPTIONS] BENCHMARKS...