diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 8c3e7667236cc7a5c8b50a499063264bac66547d..45c9d0f4efd6c0c46e613b32ddf531a8b1443d2e 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