Home
last modified time | relevance | path

Searched refs:baseCommitHash (Results 1 – 1 of 1) sorted by relevance

/php-src/benchmark/
H A Dgenerate_diff.php5 function main(?string $headCommitHash, ?string $baseCommitHash) { argument
6 if ($headCommitHash === null || $baseCommitHash === null) {
14 …$baseSummaryFile = $repo . '/' . substr($baseCommitHash, 0, 2) . '/' . $baseCommitHash . '/summary…
19 return "Base commit '$baseCommitHash' not found\n";
25 $baseCommitHashShort = substr($baseCommitHash, 0, 7);
64 $baseCommitHash = $argv[2] ?? null; variable
65 $output = main($headCommitHash, $baseCommitHash);

Completed in 11 milliseconds