Skip to content

Commit 7517924

Browse files
committed
Create helloworld branch
1 parent b1a2c6a commit 7517924

File tree

12 files changed

+28
-15158
lines changed

12 files changed

+28
-15158
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.idea/
22
vendor/
3-
3+
composer.lock

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ It's benchmark source code for PHP 7.0.
1616

1717
You can find how we benchmark it [here](http://www.phpbenchmarks.com/en/benchmark-protocol).
1818

19-
## PHP 7.0.23: 152,312
20-
21-
Benchmark | Request | Rq/sec | Score
22-
--------- | ------- | ------ | -----
23-
[Hello World](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.0.html#benchmark-hello-world) | 0.1 ms | 10,331 | 101,715
24-
[Rest API](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.0.html#benchmark-rest) | 0.3 ms | 3,476 | 50,597
19+
Each benchmark type have their own branch :
20+
[Hello World](https://github.com/phpbenchmarks/php-7-0/tree/helloworld),
21+
[Blog](https://github.com/phpbenchmarks/php-7-0/tree/blog),
22+
[REST Api](https://github.com/phpbenchmarks/php-7-0/tree/restapi),
23+
[Small overload](https://github.com/phpbenchmarks/php-7-0/tree/smalloverload)
24+
and [Big overload](https://github.com/phpbenchmarks/php-7-0/tree/bigoverload).
2525

2626
[See all benchmark results](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.0.html)
2727

Translation/TranslationService.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)