File tree Expand file tree Collapse file tree 4 files changed +1550
-146
lines changed
Expand file tree Collapse file tree 4 files changed +1550
-146
lines changed Original file line number Diff line number Diff line change 99 go get -u golang.org/x/lint/golint
1010 golint go/*
1111
12- build : lint
12+ build : lint build-log-stressor build-check-logs-sequence
13+
14+ build-check-logs-sequence :
1315 go env -w GO111MODULE=auto
14- rm -f log-stressor.zip
15- rm -f log-stressor
1616 rm -f check-logs-sequence.zip
1717 rm -f check-logs-sequence
1818 go get -u github.com/papertrail/go-tail
1919 go get -u github.com/sirupsen/logrus
20- go build -ldflags " -s -w" go/log-stressor/log-stressor.go
2120 go build -ldflags " -s -w" go/check-logs-sequence/check-logs-sequence.go
2221
22+ build-log-stressor :
23+ go env -w GO111MODULE=auto
24+ rm -f log-stressor.zip
25+ rm -f log-stressor
26+ cd go/log-stressor && go build -ldflags " -s -w" log-stressor.go
27+ mv go/log-stressor/log-stressor .
28+
2329image :
2430 podman build -t $(IMAGE_NAME ) .
2531
Original file line number Diff line number Diff line change 1+ module github.com/ViaQ/cluster-logging-collector-benchmarks/go/log-stressor
2+
3+ go 1.16
4+
5+ require github.com/ViaQ/cluster-logging-load-client v0.0.0-20210725083842-918fd8aaa9e6
You can’t perform that action at this time.
0 commit comments