From 7f53748683edbd82bd8dba310882dadd2836c1d3 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 3 Dec 2023 11:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E9=83=A8=E5=88=86MB=E3=80=81GB...?= =?UTF-8?q?=E6=94=B9=E6=88=90MiB=E3=80=81GiB...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/zero/zero_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/zero/zero_test.go b/internal/zero/zero_test.go index 08cfc262..809fec2f 100644 --- a/internal/zero/zero_test.go +++ b/internal/zero/zero_test.go @@ -33,7 +33,7 @@ func TestZero_Map(t *testing.T) { var stat2 = &runtime.MemStats{} runtime.ReadMemStats(stat2) - t.Log((stat2.HeapInuse-stat1.HeapInuse)/1024/1024, "MB") + t.Log((stat2.HeapInuse-stat1.HeapInuse)/1024/1024, "MiB") t.Log(len(m)) _, ok := m[1024]