summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgc-benchmarks/run-benchmark.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gc-benchmarks/run-benchmark.scm b/gc-benchmarks/run-benchmark.scm
index f6a8296fc..509f978ee 100755
--- a/gc-benchmarks/run-benchmark.scm
+++ b/gc-benchmarks/run-benchmark.scm
@@ -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...