Procházet zdrojové kódy

ci: remove force_tcp_nodelay patch from performance actions since it breaks TCP algorithms

Signed-off-by: Ahmed Al-Nassif <mr.ahmed.nassif@gmail.com>
Ahmed Al-Nassif před 2 týdny
rodič
revize
e2be1962a4
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      .github/actions/performance/action.yml

+ 0 - 1
.github/actions/performance/action.yml

@@ -31,7 +31,6 @@ runs:
         fi
         patch -p1 --forward < "${{ github.workspace }}/kernel_patches/common/minimise_wakeup_time.patch"
         patch -p1 --forward < "${{ github.workspace }}/kernel_patches/common/int_sqrt.patch"
-        patch -p1 --forward < "${{ github.workspace }}/kernel_patches/common/force_tcp_nodelay.patch"
         patch -p1 --forward < "${{ github.workspace }}/kernel_patches/common/reduce_gc_thread_sleep_time.patch"
         patch -p1 --forward < "${{ github.workspace }}/kernel_patches/common/add_timeout_wakelocks_globally.patch"
         patch -p1 --forward < "${{ github.workspace }}/kernel_patches/common/f2fs_reduce_congestion.patch"