1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

gc-profile: Show the result of `(version)'.

* gc-benchmarks/gc-profile.scm (main): Show `(version)'.
This commit is contained in:
Ludovic Courtès 2008-11-11 18:19:24 +01:00 committed by Andy Wingo
parent 1b04c499c4
commit b9ecffc508

View file

@ -265,7 +265,7 @@ Report bugs to <bug-guile@gnu.org>.~%"))
load)))
(parameterize ((*iteration-count* (assoc-ref options 'iterations)))
(format #t "running `~a'...~%" prog)
(format #t "running `~a' with Guile ~a...~%" prog (version))
(let ((start (gettimeofday)))
(dynamic-wind