From aedd4592be43c2881d1fe8d1e99e13a667ac9c4f Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Fri, 27 May 2022 10:23:35 +0800 Subject: [PATCH] test=document_fix --- README.md | 1 - paddle/scripts/paddle_build.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index c5a34697ca0..c4c5decec54 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -# test release/2.3 ci
diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 45c9d0f4efd..8c3e7667236 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -2858,12 +2858,10 @@ 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