From 2e758325ce922f5e3cb08d0357073af87cba8641 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Fri, 19 Nov 2021 16:28:43 +0800 Subject: [PATCH] Update OP-benchamrk CI scripts (#37360) Update OP-benchamrk CI scripts --- tools/ci_op_benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_op_benchmark.sh b/tools/ci_op_benchmark.sh index 7feabea6a2a..5c05cb82fec 100644 --- a/tools/ci_op_benchmark.sh +++ b/tools/ci_op_benchmark.sh @@ -221,7 +221,7 @@ function check_op_benchmark_result { fi # check current result and update the file to benchmark test python ${PADDLE_ROOT}/tools/check_op_benchmark_result.py \ - --develop_logs_dir $(pwd)/logs-develop \ + --develop_logs_dir $(pwd)/logs-dev_whl \ --pr_logs_dir $(pwd)/logs-test_pr \ --api_info_file ${api_info_file} check_status_code=$? -- GitLab