diff options
Diffstat (limited to 'gc-benchmarks')
-rwxr-xr-x | gc-benchmarks/run-benchmark.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gc-benchmarks/run-benchmark.scm b/gc-benchmarks/run-benchmark.scm index 509f978ee..a50fb48c2 100755 --- a/gc-benchmarks/run-benchmark.scm +++ b/gc-benchmarks/run-benchmark.scm @@ -233,7 +233,7 @@ Report bugs to <bug-guile@gnu.org>.~%")) (ref-env (assoc-ref args 'reference-environment)) (bdwgc-env (or (assoc-ref args 'bdwgc-environment) (string-append "GUILE=" bench-dir - "/../pre-inst-guile"))) + "/../meta/guile"))) (prof-opts (assoc-ref args 'profile-options))) (for-each (lambda (benchmark) (let ((ref (parse-result (run-reference-guile ref-env |