提交 de774586 编写于 作者: J Jiawei Wang 提交者: GitHub

Update ABTEST_IN_PADDLE_SERVING.md

上级 ed5a2f7d
......@@ -106,5 +106,10 @@ sh get_data.sh
python process.py
python -m paddle_serving_server.serve --model imdb_bow_model --port 8000 >std.log 2>err.log &
python -m paddle_serving_server.serve --model imdb_lstm_model --port 9000 >std.log 2>err.log &
python ab_client.py
python ab_client.py >log.txt
if [[ $? -eq 0 ]]; then
echo "test success"
else
echo "test fail"
fi
-->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册