We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3467bd + 4461875 commit 0c303b2Copy full SHA for 0c303b2
benchmark/generate_diff.php
@@ -62,7 +62,7 @@ function formatDiff(?int $baseInstructions, int $headInstructions): string {
62
}
63
64
function find_benchmarked_commit_hash(string $repo, string $commitHash): ?string {
65
- $repeat = 10;
+ $repeat = 100;
66
67
while (true) {
68
if ($repeat-- <= 0) {
0 commit comments