mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
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:
commit
0c303b2043
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function formatDiff(?int $baseInstructions, int $headInstructions): string {
|
|||
}
|
||||
|
||||
function find_benchmarked_commit_hash(string $repo, string $commitHash): ?string {
|
||||
$repeat = 10;
|
||||
$repeat = 100;
|
||||
|
||||
while (true) {
|
||||
if ($repeat-- <= 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue