diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-04-20 11:11:56 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-04-20 11:11:56 +0100 |
| commit | c922664ccba187289840a93237a355f42ec8f095 (patch) | |
| tree | a9a50b0f4399d35977d9c6ba7b9fe312a2308a49 /src | |
| parent | bd290d007ecfcaf4c435c73bcdb773e0fede69e6 (diff) | |
| download | rabbitmq-server-git-c922664ccba187289840a93237a355f42ec8f095.tar.gz | |
/byte figures so small could use a couple extra dp
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_tests.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index 1426657a84..4f13ade34e 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -712,7 +712,7 @@ rdq_time_tx_publish_commit_deliver_ack(Qs, MsgCount, MsgSizeBytes) -> rabbit_disk_queue:tx_commit(Q, []) end || Q <- Qs] end]]), - io:format(" ~15.10B| ~14.10B| ~14.10B| ~14.1f| ~14.1f| ~14.6f| ~14.8f| ~14.1f| ~14.6f| ~14.8f~n", + io:format(" ~15.10B| ~14.10B| ~14.10B| ~14.1f| ~14.1f| ~14.6f| ~14.10f| ~14.1f| ~14.6f| ~14.10f~n", [MsgCount, MsgSizeBytes, QCount, float(Startup), float(Publish), (Publish / (MsgCount * QCount)), (Publish / (MsgCount * QCount * MsgSizeBytes)), float(Deliver), (Deliver / (MsgCount * QCount)), (Deliver / (MsgCount * QCount * MsgSizeBytes))]), |
