1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-05 08:36:55 +02:00
This commit is contained in:
Chris Lu 2018-12-09 01:27:25 -08:00
parent 5741134ca0
commit 4a490fe35a

View file

@ -3,9 +3,9 @@ package needle
import (
"fmt"
"log"
"os"
"runtime"
"testing"
"os"
. "github.com/chrislusf/seaweedfs/weed/storage/types"
"github.com/chrislusf/seaweedfs/weed/util"
@ -22,7 +22,7 @@ go test -run TestMemoryUsage -memprofile=mem.out
go tool pprof --alloc_space needle.test mem.out
*/
*/
func TestMemoryUsage(t *testing.T) {