[skip ci] Add comment of update file on benchmark (#10457)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-10-22 18:03:13 +08:00 committed by GitHub
parent f3c8527572
commit d49aeda094
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):
""" paser server tag from server config"""
# tag format: "8c"/"8c16m"/"8c16m1g"
if server_tag[-1] == "c":
p = r"(\d+)c"