Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
ci(drone): turn off profiling in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 18, 2019
1 parent 33a570b commit e088ea9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ View by Microservices
.. toctree::
:maxdepth: 3

microservice
chapter/microservice.rst

View by Packages
----------------
Expand Down
4 changes: 2 additions & 2 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def line2pb_doc(line: str, doc_id: int = 0, deliminator: str = r'[.。!?!?]+
'INCEPTION_MODEL': '/',
'MOBILENET_MODEL': '/',
'FASTERRCNN_MODEL': '/',
'GNES_PROFILING': 0
'GNES_PROFILING': ''
},
'idc-165': {
'BERT_CI_PORT': 7125,
Expand All @@ -67,7 +67,7 @@ def line2pb_doc(line: str, doc_id: int = 0, deliminator: str = r'[.。!?!?]+
'INCEPTION_MODEL': '/ext_data/image_encoder',
'MOBILENET_MODEL': '/ext_data/image_encoder',
'FASTERRCNN_MODEL': '/ext_data/image_preprocessor',
'GNES_PROFILING': 0
'GNES_PROFILING': ''
}

}
Expand Down

0 comments on commit e088ea9

Please sign in to comment.