Skip to content

Commit

Permalink
Create Twig 2.7 Hell World benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Apr 18, 2019
0 parents commit 5931284
Show file tree
Hide file tree
Showing 10 changed files with 967 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.idea/
vendor/
composer.lock
/var/cache
!/var/cache/.gitkeep
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<p align="center">
<img src="http://www.phpbenchmarks.com/images/logo_github.png">
<br>
<a href="http://www.phpbenchmarks.com" target="_blank">www.phpbenchmarks.com</a>
</p>

## What is www.phpbenchmarks.com ?

You will find lot of benchmarks for PHP frameworks and template engines.

You can compare results between Apache Bench and Siege, and PHP 5.6 to 7.3.

## What is this repository ?

It's benchmark common code for Twig benchmarks.

Switch branch to select your Twig major version and benchmark you want to see.

See all Twig benchmarked versions on [phpbenchmarks/twig](https://github.com/phpbenchmarks/twig).

You can find how we benchmark on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark-protocol.html).

## Benchmarks

You can find all Twig benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/twig.html).

Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark !
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "phpbenchmarks/twig",
"type": "project",
"license": "proprietary",
"require": {
"twig/twig": "2.7.4",
"phpbenchmarks/twig-common": "2.1.0"
}
}
226 changes: 226 additions & 0 deletions composer.lock.php7.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5931284

Please sign in to comment.