From b9e368cb4c24a8fb52d151c2d80288642433156d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 30 Jan 2019 14:01:13 -0500 Subject: Add snapshot_compiler.bin to binary size benchmark (#1611) --- website/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') diff --git a/website/app.js b/website/app.js index 359fbf1ae..b1bce55aa 100644 --- a/website/app.js +++ b/website/app.js @@ -98,7 +98,7 @@ export function createSha1List(data) { } export function formatMB(bytes) { - return Math.round(bytes / (1024 * 1024)); + return (bytes / (1024 * 1024)).toFixed(2); } export function formatReqSec(reqPerSec) { -- cgit v1.2.3