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:
parent
1b04c499c4
commit
b9ecffc508
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue