mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add time stamp for test (#12040)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
9944268ab3
commit
b35e35ebda
@ -106,4 +106,7 @@ parser = argparse.ArgumentParser(description='host ip')
|
||||
parser.add_argument('--host', type=str, default='127.0.0.1', help='host ip')
|
||||
args = parser.parse_args()
|
||||
|
||||
# add time stamp
|
||||
import time
|
||||
print(f"\nStart time: {time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(time.time()))}")
|
||||
hello_milvus(args.host)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user