From 5e9b3c36dcc3cc91ada20b2f37bd70bb3151ee45 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Thu, 6 Aug 2026 00:12:18 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c88b0172..ef43cefc 100644 --- a/.github/workflows/main.yml +++ b/.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: