Fix printing to match the desired format.

original commit: 32ab2c49e0158ff515f8177cd8e207ea277ddcaa
This commit is contained in:
Sam Tobin-Hochstadt 2014-05-19 16:52:13 -04:00
parent 6ba3048785
commit 09756b72db

View File

@ -412,7 +412,7 @@
(cond [hsbencher
(define-values (vs t r gc)
(time-apply run null))
(printf "self time: ~a\n" (/ t 1000.))]
(printf "SELFTIMED: ~a\n" (/ t 1000.))]
[else (time (run))]))
(module+ main