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.
1 parent 3aa4209 commit 4461875Copy full SHA for 4461875
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