From 67da108a16ee98d0c5ff1c1caffde45ce4f5950d Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Fri, 27 May 2022 10:19:48 +0800 Subject: [PATCH] test=document_fix --- paddle/scripts/paddle_build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 8c3e766723..45c9d0f4ef 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -2858,10 +2858,12 @@ function test_op_benchmark() { bash ${PADDLE_ROOT}/tools/test_op_benchmark.sh } + function test_model_benchmark() { bash ${PADDLE_ROOT}/tools/test_model_benchmark.sh } + function summary_check_problems() { set +x local check_style_code=$1 -- GitLab