mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment of func parse_server_tag on benchmark (#7804)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
d177ad1573
commit
52b0256785
@ -9,6 +9,7 @@ import utils
|
||||
|
||||
|
||||
def parse_server_tag(server_tag):
|
||||
""" Parse the yaml file configured by the server """
|
||||
# tag format: "8c"/"8c16m"/"8c16m1g"
|
||||
if server_tag[-1] == "c":
|
||||
p = r"(\d+)c"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user