[skip ci] Add comment of api file on benchmark (#8241)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/8248/head
wt 2021-09-18 18:30:10 +08:00 committed by GitHub
parent b2a59613f4
commit 0ab044451e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ from .models.server import Server
from .config import DB, UNIQUE_ID_COLLECTION, DOC_COLLECTION
from milvus_benchmark import config
# Initialize the mongoDB client
_client = MongoClient(config.MONGO_SERVER)
logger = logging.getLogger("milvus_benchmark.metric.api")