[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:
wt 2021-09-13 17:35:02 +08:00 committed by GitHub
parent d177ad1573
commit 52b0256785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"