Skip to content

Commit

Permalink
Merge pull request #13497 from microyahoo/benchmark_not_found
Browse files Browse the repository at this point in the history
fix etcd benchmark binary not found
  • Loading branch information
hexfusion committed Nov 24, 2021
2 parents 8f17652 + 7eb4bed commit e2273f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rw-heatmaps/rw-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit e2273f9

Please sign in to comment.