Skip to content

Commit

Permalink
tools: fix the CSV format error and add build target 'tools' in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Jan 30, 2023
1 parent 5b7b499 commit b9b7c93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ build:
./bin/etcdctl version
./bin/etcdutl version

.PHONY: tools
tools:
GO_BUILD_FLAGS="${GO_BUILD_FLAGS} -v" ./scripts/build_tools.sh

# Tests

GO_TEST_FLAGS?=
Expand Down
1 change: 1 addition & 0 deletions tools/rw-heatmaps/rw-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ for RATIO_STR in ${RATIO_LIST}; do
fi
LINE="${LINE},${RD_QPS}:${WR_QPS}"
done
LINE="${LINE},"
END=$(date +%s)
DIFF=$((${END} - ${START}))
echo "took ${DIFF} seconds"
Expand Down

0 comments on commit b9b7c93

Please sign in to comment.