mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tools: fix the CSV format error and add build target 'tools' in Makefile
Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
parent
5b7b499f50
commit
b9b7c9328e
4
Makefile
4
Makefile
@ -5,6 +5,10 @@ build:
|
|||||||
./bin/etcdctl version
|
./bin/etcdctl version
|
||||||
./bin/etcdutl version
|
./bin/etcdutl version
|
||||||
|
|
||||||
|
.PHONY: tools
|
||||||
|
tools:
|
||||||
|
GO_BUILD_FLAGS="${GO_BUILD_FLAGS} -v" ./scripts/build_tools.sh
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
|
||||||
GO_TEST_FLAGS?=
|
GO_TEST_FLAGS?=
|
||||||
|
@ -198,6 +198,7 @@ for RATIO_STR in ${RATIO_LIST}; do
|
|||||||
fi
|
fi
|
||||||
LINE="${LINE},${RD_QPS}:${WR_QPS}"
|
LINE="${LINE},${RD_QPS}:${WR_QPS}"
|
||||||
done
|
done
|
||||||
|
LINE="${LINE},"
|
||||||
END=$(date +%s)
|
END=$(date +%s)
|
||||||
DIFF=$((${END} - ${START}))
|
DIFF=$((${END} - ${START}))
|
||||||
echo "took ${DIFF} seconds"
|
echo "took ${DIFF} seconds"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user