mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments of update file on benchmark (#11141)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/11167/head
parent
58d07b3a8a
commit
0c35a96e8c
|
@ -11,6 +11,7 @@ import json
|
|||
|
||||
|
||||
def get_token(url):
|
||||
""" get the request token and return the value """
|
||||
rep = requests.get(url)
|
||||
data = json.loads(rep.text)
|
||||
if 'token' in data:
|
||||
|
|
Loading…
Reference in New Issue