Skip to content

Commit 71012ee

Browse files
committed
Use new repository structure
1 parent 62e6b90 commit 71012ee

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,22 @@
66

77
## What is www.phpbenchmarks.com ?
88

9-
You will find lot of benchmarks for PHP frameworks, ORM and libs here.
9+
You will find lot of benchmarks for PHP frameworks and template engines.
1010

11-
You can compare results between Apache Bench and Siege, PHP 5.6 to 7.2 and versions of your favorites PHP code.
11+
You can compare results between Apache Bench and Siege, and PHP 5.6 to 7.2.
1212

1313
## What is this repository ?
1414

15-
It's benchmark source code for PHP 5.6.
15+
It's benchmark common code for PHP benchmarks.
1616

17-
You can find how we benchmark it [here](http://www.phpbenchmarks.com/en/benchmark-protocol).
17+
Switch branch to select your PHP major version and benchmark you want to see.
1818

19-
Each benchmark type have their own branch :
20-
[Hello World](https://github.com/phpbenchmarks/php-5-6/tree/helloworld),
21-
[Blog](https://github.com/phpbenchmarks/php-5-6/tree/blog),
22-
[REST Api](https://github.com/phpbenchmarks/php-5-6/tree/restapi),
23-
[Small overload](https://github.com/phpbenchmarks/php-5-6/tree/smalloverload)
24-
and [Big overload](https://github.com/phpbenchmarks/php-5-6/tree/bigoverload).
19+
See all PHP benchmarked versions on [phpbenchmarks/php](https://github.com/phpbenchmarks/php).
2520

26-
[See all benchmark results](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-5.6.html)
21+
You can find how we benchmark on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark-protocol.html).
22+
23+
## Benchmarks
24+
25+
You can find all PHP benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/php.html).
2726

2827
Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark !

Translation/TranslationService.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
namespace Php56Benchmark\Translation;
64

75
class TranslationService

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "phpbenchmarks/php-5-6",
2+
"name": "phpbenchmarks/php",
33
"license": "proprietary",
44
"type": "project",
55
"autoload": {
@@ -8,7 +8,7 @@
88
}
99
},
1010
"require": {
11-
"php": "^5.6",
11+
"php": "5.6.*",
1212
"phpbenchmarks/benchmark-rest-data": "1.0.0"
1313
}
1414
}

composer.lock.php5.6

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)