Преглед изворни кода

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 пре 2 недеља
родитељ
комит
e2be1962a4
1 измењених фајлова са 0 додато и 1 уклоњено
  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"