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.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/go/weed/benchmark.go b/go/weed/benchmark.go
index f4f0b1874..2d507ebb6 100644
--- a/go/weed/benchmark.go
+++ b/go/weed/benchmark.go
@@ -14,9 +14,9 @@ import (
"sync"
"time"
- "github.com/chrislusf/weed-fs/go/glog"
- "github.com/chrislusf/weed-fs/go/operation"
- "github.com/chrislusf/weed-fs/go/util"
+ "github.com/mcqueenorama/weed-fs/go/glog"
+ "github.com/mcqueenorama/weed-fs/go/operation"
+ "github.com/mcqueenorama/weed-fs/go/util"
)
type BenchmarkOptions struct {