File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments