1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Bump retries in benchmark diff when looking for benchmarked commits

This commit is contained in:
Ilija Tovilo
2025-08-06 22:28:56 +02:00
parent 3aa4209ef6
commit 44618752f9

View File

@@ -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) {