Commit 8a90e02f151 for php.net

commit 8a90e02f1516b9db18791cd7ea2d9b21e7f64d9f
Author: NickSdot <32384907+NickSdot@users.noreply.github.com>
Date:   Tue Aug 11 16:55:30 2026 +0700

    perf: speed up benchmark checkout (#23211)

diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml
index 2046a3d816c..b444caf6b82 100644
--- a/.github/workflows/test-suite.yml
+++ b/.github/workflows/test-suite.yml
@@ -919,6 +919,7 @@ jobs:
         with:
           ref: ${{ fromJson(inputs.branch).ref }}
           fetch-depth: 0
+          filter: blob:none
       # ASLR can cause a lot of noise due to missed sse opportunities for memcpy
       # and other operations, so we disable it during benchmarking.
       - name: Disable ASLR