aboutsummaryrefslogtreecommitdiff
path: root/go/weed/benchmark.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-09-20 21:18:26 -0700
committerChris Lu <chris.lu@gmail.com>2014-09-20 21:18:26 -0700
commit794b755f1d6b26e044627135d91f0d49388a36d5 (patch)
tree21c5b2c367fe7c4951c8af44fcee32ab19d3fccd /go/weed/benchmark.go
parentfa9318914c2eff10a52aa304d57e0d267d0417cb (diff)
downloadseaweedfs-794b755f1d6b26e044627135d91f0d49388a36d5.tar.xz
seaweedfs-794b755f1d6b26e044627135d91f0d49388a36d5.zip
rename to Seaweed File System
Diffstat (limited to 'go/weed/benchmark.go')
-rw-r--r--go/weed/benchmark.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/benchmark.go b/go/weed/benchmark.go
index 27aebaef0..7e98fd177 100644
--- a/go/weed/benchmark.go
+++ b/go/weed/benchmark.go
@@ -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", util.VERSION, runtime.GOOS, runtime.GOARCH)
+ fmt.Printf("This is Seaweed 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 {