Commenting out time display I don't understand

This commit is contained in:
Jay McCarthy 2010-05-26 13:23:04 -06:00
parent a8130eb7c3
commit 225c08312a
2 changed files with 2 additions and 4 deletions

View File

@ -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
; <date and time>
and then a series of lines of the form
The output is a series of lines of the form
[<impl> <benchmark> (<cpu-msec> <real-msec> <gc-msec>) <compile-msec>]
where #f means that the information is unavailable, or that the
benchmark wasn't run due to an implementation limitation. The

View File

@ -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)