mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[bench] More exact size display
This commit is contained in:
parent
b81d9b71da
commit
7bc1a628fe
@ -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],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user