summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/olivere/elastic/cluster-test/Makefile
blob: cc6261db5fb6f6716743e7ae7396d515faba60f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PHONY: build run-omega-cluster-test

default: build

build:
	go build cluster-test.go

run-omega-cluster-test:
	go run -race cluster-test.go \
		-nodes=http://192.168.2.65:8200,http://192.168.2.64:8200 \
		-n=5 \
		-retries=5 \
		-sniff=true -sniffer=10s \
		-healthcheck=true -healthchecker=5s \
		-errorlog=errors.log