Skip to content

Commit 2bfabcd

Browse files
committed
Configure getSourceCodeUrls()
1 parent 33678d2 commit 2bfabcd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.phpbenchmarks/Configuration.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ public static function getBenchmarkType(): int
6464
public static function getSourceCodeUrls(): array
6565
{
6666
return [
67-
'entryPoint' => 'https://github.com/phpbenchmarks/php/blob/7.5_hello-world/public/index.php',
68-
'randomizeLanguageDispatchEvent' => 'https://github.com/phpbenchmarks/php/blob/7.5_hello-world/public/index.php',
69-
'randomizeLanguageEventListener' => 'https://github.com/phpbenchmarks/php/blob/7.5_hello-world/public/index.php',
70-
'translations' => 'https://github.com/phpbenchmarks/php/blob/7.5_hello-world/public/index.php',
71-
'translate' => 'https://github.com/phpbenchmarks/php/blob/7.5_hello-world/public/index.php',
72-
'serialize' => 'https://github.com/phpbenchmarks/php/blob/7.5_hello-world/public/index.php'
67+
'entryPoint' => 'https://github.com/phpbenchmarks/php/blob/7.4_rest-api/public/index.php',
68+
'randomizeLanguageDispatchEvent' => 'https://github.com/phpbenchmarks/php/blob/7.4_rest-api/public/index.php#L13',
69+
'randomizeLanguageEventListener' => 'https://github.com/phpbenchmarks/php/blob/7.4_rest-api/src/Translation/TranslationService.php',
70+
'translations' => 'https://github.com/phpbenchmarks/php/tree/7.4_rest-api/translations',
71+
'translate' => 'https://github.com/phpbenchmarks/php/blob/7.4_rest-api/src/ArrayEncoder/UserArrayEncoder.php#L28',
72+
'serialize' => 'https://github.com/phpbenchmarks/php/blob/7.4_rest-api/public/index.php#L18'
7373
];
7474
}
7575
}

0 commit comments

Comments
 (0)