Skip to content

Commit

Permalink
print statistics instead of returning them (where they are invisible)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbysmith007 committed Jan 16, 2014
1 parent 99b7b38 commit 29be180
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/speed.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
do (incf cnt3))
(end-of-file (c) (declare (ignore c)))))))

(values cnt cnt2 cnt3)))
(format lisp-unit2:*test-stream*
"~@:_ lines:~D , buffers:~D, buffered-lines:~D~@:_"
cnt cnt2 cnt3)))

(define-test collect-big-file-csv-rows ()
(time-and-log-around (test-log "read large file test")
Expand Down

0 comments on commit 29be180

Please sign in to comment.