Skip to content

Commit

Permalink
fix mean throughput display in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
galdor committed Oct 10, 2011
1 parent 8c2c766 commit 8ff7cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/official-benchmarks.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
(format t "message count: ~A~%" message-count)
(format t "message size: ~A [B]~%" message-size)
(format t "mean throughput ~A [msg/s]~%" (round throughput))
(format t "mean throughput ~,3F [Mb/s]~%" (round megabits)))))
(format t "mean throughput ~,3F [Mb/s]~%" megabits))))
(bordeaux-threads:join-thread thread)))))

(defun inproc-lat (message-size roundtrip-count)
Expand Down

0 comments on commit 8ff7cd6

Please sign in to comment.