Permalink
Browse files
fix mean throughput display in benchmark
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
examples/official-benchmarks.lisp
|
@@ -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)
|
|
|
0 comments on commit
8ff7cd6