~ chicken-core (chicken-5) 1b6ee39a83d8fb7ebbe102a2c890796c6aedf97c
commit 1b6ee39a83d8fb7ebbe102a2c890796c6aedf97c Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat May 15 01:17:55 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat May 15 01:17:55 2010 +0200 also bench compilation time diff --git a/tests/runbench.sh b/tests/runbench.sh index f02e06d1..e8dab4d2 100644 --- a/tests/runbench.sh +++ b/tests/runbench.sh @@ -29,8 +29,10 @@ echo -n "null ... " $compile null.scm -O5 run +echo -n "compilation ... " +/usr/bin/time -f '%E elapsed, %U user, %S system' $compile compiler.scm -O5 + echo -n "compiler ... " -$compile compiler.scm -O5 run echo -n "slatex ... "Trap