Skip to content

Commit

Permalink
Fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Jan 13, 2020
1 parent 376200b commit 295acf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .phpbenchmarks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ benchmark:
sourceCode:
entryPoint: public/index.php
urls:
entryPoint: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/public/index.php'
randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/public/index.php#L52'
randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/src/Translation/TranslationService.php#L9'
translations: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/translations/phpbenchmarks.en_GB.php'
translate: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/public/index.php#L18'
serialize: 'https://github.com/phpbenchmarks/php/tree/5.6.40_hello-world_0/public/index.php#L59'
entryPoint: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/public/index.php'
randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/public/index.php#L52'
randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/src/Translation/TranslationService.php#L9'
translations: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/translations/phpbenchmarks.en_GB.php'
translate: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/public/index.php#L18'
serialize: 'https://github.com/phpbenchmarks/php/tree/5.6.40_rest-api_0/public/index.php#L59'
coreDependency:
name: php
version: 5.6.40

0 comments on commit 295acf5

Please sign in to comment.