Skip to content

Commit 1339534

Browse files
committed
Use new repository structure
1 parent b2dc76d commit 1339534

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
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 !

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
2-
"name": "phpbenchmarks/php-5-6",
2+
"name": "phpbenchmarks/php",
33
"license": "proprietary",
44
"type": "project",
5-
"autoload": {
6-
"psr-4": {
7-
"Php56Benchmark\\": ""
8-
}
9-
},
105
"require": {
11-
"php": "^5.6"
6+
"php": "5.6.*"
127
}
138
}

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)