[php-src] PHP-8.2: perf: speed up benchmark checkout (#23211)
NickSdot via GitHub <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: NickSdot (NickSdot)
Committer: GitHub (web-flow)
Pusher: arnaud-lb
Date: 2026-08-11T11:55:30+02:00
Commit: https://github.com/php/php-src/commit/8a90e02f1516b9db18791cd7ea2d9b21e7f64d9f
Raw diff: https://github.com/php/php-src/commit/8a90e02f1516b9db18791cd7ea2d9b21e7f64d9f.diff
perf: speed up benchmark checkout (#23211)
Changed paths:
M .github/workflows/test-suite.yml
Diff:
diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml
index 2046a3d816c8..b444caf6b820 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