[skip ci] Add comment of utils on benchmark (#10456)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-10-22 18:01:25 +08:00 committed by GitHub
parent d58feebb28
commit f3c8527572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ def get_unique_name(prefix=None):
def get_current_time():
""" return current time"""
return time.strftime('%Y-%m-%d %H:%M:%S', time.localtime())