File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,7 @@ coverage.txt
2020go.sum
2121
2222# IDE
23- .idea
23+ .idea
24+
25+ # benchmark results
26+ * .json
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ The easiest way to get and install the redisgraph-benchmark-go Go program is to
1010` go get ` and then ` go install ` :
1111``` bash
1212# Fetch this repo
13- go get github.com/filipecosta90 /redisgraph-benchmark-go
14- cd $GOPATH /src/github.com/filipecosta90 /redisgraph-benchmark-go
13+ go get github.com/RedisGraph /redisgraph-benchmark-go
14+ cd $GOPATH /src/github.com/RedisGraph /redisgraph-benchmark-go
1515make
1616```
1717
Original file line number Diff line number Diff line change 1- module github.com/filipecosta90 /redisgraph-benchmark-go
1+ module github.com/RedisGraph /redisgraph-benchmark-go
22
33go 1.13
44
55require (
66 github.com/HdrHistogram/hdrhistogram-go v1.0.1
77 github.com/RedisGraph/redisgraph-go v1.0.1-0.20210122150500-aa0feaa960ce
8- github.com/golangci/golangci-lint v1.35.2 // indirect
98 github.com/gomodule/redigo v2.0.0+incompatible
10- github.com/mitchellh/gox v1.0.1 // indirect
11- github.com/tcnksm/ghr v0.13.0 // indirect
9+ github.com/google/go-cmp v0.5.4 // indirect
1210 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
1311)
You can’t perform that action at this time.
0 commit comments