aboutsummaryrefslogtreecommitdiff
path: root/go/weed/benchmark.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/weed/benchmark.go')
-rw-r--r--go/weed/benchmark.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/go/weed/benchmark.go b/go/weed/benchmark.go
index 61c7cf5b8..2e9872563 100644
--- a/go/weed/benchmark.go
+++ b/go/weed/benchmark.go
@@ -14,10 +14,10 @@ import (
"sync"
"time"
- "github.com/chrislusf/weed-fs/go/glog"
- "github.com/chrislusf/weed-fs/go/operation"
- "github.com/chrislusf/weed-fs/go/security"
- "github.com/chrislusf/weed-fs/go/util"
+ "github.com/chrislusf/seaweedfs/go/glog"
+ "github.com/chrislusf/seaweedfs/go/operation"
+ "github.com/chrislusf/seaweedfs/go/security"
+ "github.com/chrislusf/seaweedfs/go/util"
)
type BenchmarkOptions struct {