mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
go fmt
This commit is contained in:
parent
5741134ca0
commit
4a490fe35a
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue