feat: taosbenchmark specify vnodes (#19659)
* fix: taosbenchmark supports to specify vgroups * fix: update taos-tools 17b6be3 * fix: update taos-tools 4bf8c74 * fix: update taos-tools 28d347c * fix: update taos-tools e921250 * fix: update taos-tools 0142f9c * feat: taosbenchmark support specfying vgroups
This commit is contained in:
parent
92ebc8e945
commit
507c2d8d37
|
@ -2,7 +2,7 @@
|
|||
# taos-tools
|
||||
ExternalProject_Add(taos-tools
|
||||
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
|
||||
GIT_TAG 5c53cc8
|
||||
GIT_TAG 7d24ed5
|
||||
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
|
||||
BINARY_DIR ""
|
||||
#BUILD_IN_SOURCE TRUE
|
||||
|
|
Loading…
Reference in New Issue