File: Makefile

package info (click to toggle)
golang-gopkg-olivere-elastic.v2 2.0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,964 kB
  • sloc: makefile: 17
file content (16 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (6)
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