1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +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
parent 857a263e4f
commit e4c8d2a2c3

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