mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #13497 from microyahoo/benchmark_not_found
fix etcd benchmark binary not found
This commit is contained in:
commit
e2273f94c4
@ -19,7 +19,7 @@ COMMIT=
|
||||
ETCD_ROOT_DIR="$(cd $(dirname $0) && pwd)/../.."
|
||||
ETCD_BIN_DIR="${ETCD_ROOT_DIR}/bin"
|
||||
ETCD_BIN="${ETCD_BIN_DIR}/etcd"
|
||||
ETCD_BM_BIN="${ETCD_ROOT_DIR}/tools/benchmark/benchmark"
|
||||
ETCD_BM_BIN="${ETCD_BIN_DIR}/tools/benchmark"
|
||||
|
||||
WORKING_DIR="$(mktemp -d)"
|
||||
CURRENT_DIR="$(pwd -P)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user