mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 15:00:27 +08:00
将部分MB、GB...改成MiB、GiB...
This commit is contained in:
@@ -33,7 +33,7 @@ func TestZero_Map(t *testing.T) {
|
|||||||
|
|
||||||
var stat2 = &runtime.MemStats{}
|
var stat2 = &runtime.MemStats{}
|
||||||
runtime.ReadMemStats(stat2)
|
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))
|
t.Log(len(m))
|
||||||
|
|
||||||
_, ok := m[1024]
|
_, ok := m[1024]
|
||||||
|
|||||||
Reference in New Issue
Block a user