mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of update file on benchmark (#10457)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/10443/head^2
parent
f3c8527572
commit
d49aeda094
|
@ -9,6 +9,7 @@ import utils
|
|||
|
||||
|
||||
def parse_server_tag(server_tag):
|
||||
""" paser server tag from server config"""
|
||||
# tag format: "8c"/"8c16m"/"8c16m1g"
|
||||
if server_tag[-1] == "c":
|
||||
p = r"(\d+)c"
|
||||
|
|
Loading…
Reference in New Issue