quyuan 1 년 전
부모
커밋
04aaf0bb33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/benchmark.yml

+ 1 - 1
.github/workflows/benchmark.yml

@@ -38,7 +38,7 @@ jobs:
     - name: benchmark
       run: |
         echo "start test"
-        cd tools && python ocr_badcase.py pdf_json_label_0306.json ocr_dataset.json json_files.zip output.json
+        cd tools && python ocr_badcase.py pdf_json_label_0306.json ocr_dataset.json json_files.zip badcase.json overall.json base_data.json
   notify_to_feishu:
     if: ${{ (github.ref_name == 'master') }}
     needs: [pdf-test]