Skip to content

Commit 295acf5

Browse files
committed
Fix urls
1 parent 376200b commit 295acf5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.phpbenchmarks/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ benchmark:
66
sourceCode:
77
entryPoint: public/index.php
88
urls:
9-
entryPoint: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/public/index.php'
10-
randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/public/index.php#L52'
11-
randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/src/Translation/TranslationService.php#L9'
12-
translations: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/translations/phpbenchmarks.en_GB.php'
13-
translate: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/public/index.php#L18'
14-
serialize: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/public/index.php#L59'
9+
entryPoint: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/public/index.php'
10+
randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/public/index.php#L52'
11+
randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/src/Translation/TranslationService.php#L9'
12+
translations: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/translations/phpbenchmarks.en_GB.php'
13+
translate: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/public/index.php#L18'
14+
serialize: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/public/index.php#L59'
1515
coreDependency:
1616
name: php
1717
version: 5.6.40

0 commit comments

Comments
 (0)