aboutsummaryrefslogtreecommitdiff
path: root/weed/command/benchmark.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/benchmark.go')
-rw-r--r--weed/command/benchmark.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/weed/command/benchmark.go b/weed/command/benchmark.go
index dd0fdb88e..bf655caa0 100644
--- a/weed/command/benchmark.go
+++ b/weed/command/benchmark.go
@@ -18,11 +18,11 @@ import (
"github.com/spf13/viper"
"google.golang.org/grpc"
- "github.com/chrislusf/seaweedfs/weed/glog"
- "github.com/chrislusf/seaweedfs/weed/operation"
- "github.com/chrislusf/seaweedfs/weed/security"
- "github.com/chrislusf/seaweedfs/weed/util"
- "github.com/chrislusf/seaweedfs/weed/wdclient"
+ "github.com/joeslay/seaweedfs/weed/glog"
+ "github.com/joeslay/seaweedfs/weed/operation"
+ "github.com/joeslay/seaweedfs/weed/security"
+ "github.com/joeslay/seaweedfs/weed/util"
+ "github.com/joeslay/seaweedfs/weed/wdclient"
)
type BenchmarkOptions struct {