mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +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:
parent
1c14d7671d
commit
bf4200ca9f
1 changed files with 2 additions and 1 deletions
|
@ -176,7 +176,8 @@ exec ${GUILE-guile} -q -l "$0" \
|
|||
`((reference-environment . "GUILE=guile")
|
||||
(benchmark-directory . "./gc-benchmarks")
|
||||
(log-port . ,(current-output-port))
|
||||
(profile-options . "")))
|
||||
(profile-options . "")
|
||||
(input . ())))
|
||||
|
||||
(define (show-help)
|
||||
(format #t "Usage: run-benchmark [OPTIONS] BENCHMARKS...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue