Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  [skip ci] Bump retries in benchmark diff when looking for benchmarked commits
This commit is contained in:
Ilija Tovilo 2025-08-06 22:29:36 +02:00
commit 0c303b2043
No known key found for this signature in database
GPG key ID: 115CEA7A713E12E9

View file

@ -62,7 +62,7 @@ function formatDiff(?int $baseInstructions, int $headInstructions): string {
} }
function find_benchmarked_commit_hash(string $repo, string $commitHash): ?string { function find_benchmarked_commit_hash(string $repo, string $commitHash): ?string {
$repeat = 10; $repeat = 100;
while (true) { while (true) {
if ($repeat-- <= 0) { if ($repeat-- <= 0) {