Przeglądaj źródła

Update main.yml

blueloveTH 6 dni temu
rodzic
commit
5e9b3c36dc
1 zmienionych plików z 0 dodań i 6 usunięć
  1. 0 6
      .github/workflows/main.yml

+ 0 - 6
.github/workflows/main.yml

@@ -45,8 +45,6 @@ jobs:
         path: output
     - name: Unit Test
       run: python scripts/run_tests.py
-    - name: Benchmark
-      run: python scripts/run_tests.py benchmark
   build_linux:
     runs-on: ubuntu-22.04
     steps:
@@ -90,8 +88,6 @@ jobs:
       with:
         name: linux
         path: output
-    - name: Benchmark
-      run: python scripts/run_tests.py benchmark
   build_darwin:
       runs-on: macos-latest
       steps:
@@ -102,8 +98,6 @@ jobs:
         run: |
           python cmake_build.py Release -DPK_BUILD_MODULE_LZ4=ON -DPK_BUILD_MODULE_CUTE_PNG=ON -DPK_BUILD_MODULE_MSGPACK=ON
           python scripts/run_tests.py
-      - name: Benchmark
-        run: python scripts/run_tests.py benchmark
       - name: Test Amalgamated Build
         run: python amalgamate.py
   build_android_libs: