mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 14:24:52 +08:00
1. adding statistics reporting
2. refactor version to util package
This commit is contained in:
@@ -98,7 +98,7 @@ func init() {
|
||||
}
|
||||
|
||||
func runbenchmark(cmd *Command, args []string) bool {
|
||||
fmt.Printf("This is Weed File System version %s %s %s\n", VERSION, runtime.GOOS, runtime.GOARCH)
|
||||
fmt.Printf("This is Weed File System version %s %s %s\n", util.VERSION, runtime.GOOS, runtime.GOARCH)
|
||||
if *b.cpuprofile != "" {
|
||||
f, err := os.Create(*b.cpuprofile)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user