~ chicken-core (chicken-5) 8b9355913f45081856f0a30502fc807d2324ae61


commit 8b9355913f45081856f0a30502fc807d2324ae61
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Dec 8 15:20:43 2009 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Dec 8 15:20:43 2009 +0100

    slightly less verbose benchmark in tests

diff --git a/tests/runtests.sh b/tests/runtests.sh
index 057b3dd8..5255e283 100644
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -208,7 +208,7 @@ $compile -e embedded2.scm
 ./a.out
 
 echo "======================================== timing compilation ..."
-time $compile compiler.scm -t -S -O5 -debug pbo -vv
+time $compile compiler.scm -t -S -O5 -debug pb -v
 time ./a.out
 
 echo "======================================== running floating-point benchmark ..."
Trap