mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: remove "./cmd/tools" in build commands
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
6ae9a7658a
commit
0210d27979
@ -47,7 +47,7 @@ RUN go get -v github.com/coreos/gofail \
|
||||
&& cp ./bin/etcd-agent /etcd-agent \
|
||||
&& cp ./bin/etcd-tester /etcd-tester \
|
||||
&& cp ./bin/etcd-runner /etcd-runner \
|
||||
&& go build -v -o /benchmark ./cmd/tools/benchmark \
|
||||
&& go build -v -o /etcd-test-proxy ./cmd/tools/etcd-test-proxy \
|
||||
&& go build -v -o /benchmark ./tools/benchmark \
|
||||
&& go build -v -o /etcd-test-proxy ./tools/etcd-test-proxy \
|
||||
&& popd \
|
||||
&& rm -rf ${GOPATH}/src/github.com/coreos/etcd
|
||||
|
@ -418,7 +418,7 @@ docker-dns-srv-test-certs-wildcard-run:
|
||||
# make build-etcd-test-proxy -f ./hack/scripts-dev/Makefile
|
||||
|
||||
build-etcd-test-proxy:
|
||||
go build -v -o ./bin/etcd-test-proxy ./cmd/tools/etcd-test-proxy
|
||||
go build -v -o ./bin/etcd-test-proxy ./tools/etcd-test-proxy
|
||||
|
||||
|
||||
|
||||
|
@ -20,7 +20,7 @@ $ ETCDCTL_API=3 ./bin/etcdctl --endpoints localhost:23790 put foo bar
|
||||
Proxy overhead per request is under 500μs
|
||||
|
||||
```bash
|
||||
$ go build -v -o ./bin/benchmark ./cmd/tools/benchmark
|
||||
$ go build -v -o ./bin/benchmark ./tools/benchmark
|
||||
|
||||
$ ./bin/benchmark \
|
||||
--endpoints localhost:2379 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user