[skip ci] Add comment of deploy mode on benchamrk (#8853)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/8891/head
wt 2021-09-29 19:16:50 +08:00 committed by GitHub
parent 896210b377
commit eae3efb027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class Metric(object):
self.run_id = int(time.time()) self.run_id = int(time.time())
def set_mode(self, mode): def set_mode(self, mode):
# Set the deployment mode of milvus
self.mode = mode self.mode = mode
# including: metric, suite_metric # including: metric, suite_metric