Browse Source

Update ci.yml

Disable benchmark on Windows for a moment.
Jeroen van Rijn 1 year ago
parent
commit
3354212f8e
1 changed files with 0 additions and 7 deletions
  1. 0 7
      .github/workflows/ci.yml

+ 0 - 7
.github/workflows/ci.yml

@@ -261,13 +261,6 @@ jobs:
           cd tests\core\math\big
           call build.bat
         timeout-minutes: 10
-      - name: Core library benchmarks
-        shell: cmd
-        run: |
-          call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat
-          cd tests\benchmark
-          call build.bat
-        timeout-minutes: 10
       - name: Odin check examples/all for Windows 32bits
         shell: cmd
         run: |