From 7bc1a628feab78f8931e9e6481737dd871debfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Fri, 30 Nov 2012 13:44:59 +0100 Subject: [PATCH] [bench] More exact size display --- benchmark/websockets-throughput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/websockets-throughput.js b/benchmark/websockets-throughput.js index 7bb1182..6787385 100644 --- a/benchmark/websockets-throughput.js +++ b/benchmark/websockets-throughput.js @@ -72,7 +72,7 @@ function runSet(set, callback) { } var mb = (set.size * set.count) / (1024 * 1024); - console.log(mb + ' MB'); + console.log(set.size / (1024) + ' KB * ' + set.count + ' (' + mb + ' MB)'); Object.keys(results).forEach(function (key) { var t = results[key],