Skip to content

Commit 24d5c9b

Browse files
committed
[wip] Wip on checking that this benchmark will work with OSS cluster API and resharding during the benchmark
1 parent 137a873 commit 24d5c9b

File tree

4 files changed

+152
-80
lines changed

4 files changed

+152
-80
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ checkfmt:
2323
fi && \
2424
exit $$EXIT_CODE
2525

26+
lint:
27+
$(GOGET) github.com/golangci/golangci-lint/cmd/golangci-lint
28+
golangci-lint run
29+
2630
get:
2731
$(GOGET) -t -v ./...
2832

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ module github.com/filipecosta90/redis-benchmark-go
33
go 1.14
44

55
require (
6-
github.com/filipecosta90/hdrhistogram v0.1.1
6+
github.com/HdrHistogram/hdrhistogram-go v0.9.0
7+
github.com/codahale/hdrhistogram v0.9.0 // indirect
8+
github.com/golangci/golangci-lint v1.31.0 // indirect
79
github.com/mediocregopher/radix/v3 v3.5.2
810
)

0 commit comments

Comments
 (0)