From 225c08312a3827911d84f0bc540b0dc82f5955c1 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 26 May 2010 13:23:04 -0600 Subject: [PATCH] Commenting out time display I don't understand --- collects/tests/racket/benchmarks/common/README.txt | 4 +--- collects/tests/racket/benchmarks/common/auto.rkt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/collects/tests/racket/benchmarks/common/README.txt b/collects/tests/racket/benchmarks/common/README.txt index f8782da7de..6e62ca2825 100644 --- a/collects/tests/racket/benchmarks/common/README.txt +++ b/collects/tests/racket/benchmarks/common/README.txt @@ -22,9 +22,7 @@ run (as reported by --show). Similarly, if the first named implementation/benchmak starts with "no-", the default set is used minus the "no-"-specified implementation/benchmark. -The output is a comment line - ; -and then a series of lines of the form +The output is a series of lines of the form [ ( ) ] where #f means that the information is unavailable, or that the benchmark wasn't run due to an implementation limitation. The diff --git a/collects/tests/racket/benchmarks/common/auto.rkt b/collects/tests/racket/benchmarks/common/auto.rkt index 2bdf46f7fa..4e49d92ac9 100755 --- a/collects/tests/racket/benchmarks/common/auto.rkt +++ b/collects/tests/racket/benchmarks/common/auto.rkt @@ -574,7 +574,7 @@ exec racket -qu "$0" ${1+"$@"} ;; Run benchmarks ------------------------------- - (rprintf "; ~a\n" (date->string (seconds->date (current-seconds)) #t)) + #;(rprintf "; ~a\n" (date->string (seconds->date (current-seconds)) #t)) (parameterize ([current-directory bm-directory]) (for-each (lambda (impl)