Skip to content

Commit 4a1c187

Browse files
committed
Create Twig 1.39.1 Hello World benchmark
0 parents  commit 4a1c187

11 files changed

+893
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.idea/
2+
vendor/
3+
composer.lock
4+
/var/cache
5+
!/var/cache/.gitkeep

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<p align="center">
2+
<img src="http://www.phpbenchmarks.com/images/logo_github.png">
3+
<br>
4+
<a href="http://www.phpbenchmarks.com" target="_blank">www.phpbenchmarks.com</a>
5+
</p>
6+
7+
## What is www.phpbenchmarks.com ?
8+
9+
You will find lot of benchmarks for PHP frameworks and template engines.
10+
11+
You can compare results between Apache Bench and Siege, and PHP 5.6 to 7.3.
12+
13+
## What is this repository ?
14+
15+
It's benchmark common code for Twig benchmarks.
16+
17+
Switch branch to select your Twig major version and benchmark you want to see.
18+
19+
See all Twig benchmarked versions on [phpbenchmarks/twig](https://github.com/phpbenchmarks/twig).
20+
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 Twig benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/twig.html).
26+
27+
Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark !

composer.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "phpbenchmarks/twig",
3+
"type": "project",
4+
"license": "proprietary",
5+
"require": {
6+
"twig/twig": "1.39.1",
7+
"phpbenchmarks/twig-common": "1.1.0"
8+
}
9+
}

composer.lock.php5.6

+166
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.lock.php7.0

+166
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)