Coder Social home page Coder Social logo

mario-deluna / php-di-container-benchmarks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kocsismate/php-di-container-benchmarks

0.0 2.0 0.0 1.11 MB

Benchmark for some popular PHP Dependency Injection Containers.

Home Page: https://kocsismate.github.io/php-di-container-benchmarks/benchmark.html

License: MIT License

PHP 99.14% Shell 0.29% HTML 0.04% Dockerfile 0.02% Makefile 0.12% HCL 0.39%

php-di-container-benchmarks's Introduction

PHP DI Container Benchmarks

Software License Gitter

Table of Contents

Introduction

In 2014, a really interesting benchmark about DI Containers for PHP was published on Sitepoint. Unfortunately, the implementation of the tests turned out to be quite controversial, so the benchmark itself wasn't really insightful.

I have been interested in the topic since then so I wanted to conduct another benchmark that also tries to measure real-life performance, while being as unbiased and reliable as possible.

Results

You can find the benchmark results here.

Install

You can simply download or clone this repository as well as install it via Composer by running the command below:

$ composer require kocsismate/di-container-benchmarks:dev-master

Usage

Usage with Docker

As a prerequisite, Docker Compose and at least Docker 17.06 CE has to be installed on your machine in order to use this benchmark method.

Copy the .env.dist file to .env and feel free to override the values in it. Now, you can run

./benchmark.sh docker

to execute the measurements.

The HTML output will be generated in the "var" directory.

Usage on AWS EC2

As a prerequisite, Terraform and git has to be installed on your machine in order to use this benchmark method.

First, create the necessary config file by copying the aws.tfvars.dist to aws.tfvars in the build/infrastructure/config/aws.tfvars.dist directory:

cp build/infrastructure/config/aws.tfvars.dist build/infrastructure/config/aws.tfvars

Then, override the values in it:

  • ssh_key_name: the name of your key pair added to EC2
  • ssh_private_key: the file name of your private key
  • region: it is "eu-central-1" by default, but you should choose the closest one to your area
  • instance_type: it is "C5.large" by default (this instance type is out of the scope of the free tier!)

Finally, you have to copy your private key in the "build/infrastructure/config" directory with a file name that matches the one defined in the ssh_private_key setting.

Now, you are ready to go:

export AWS_ACCESS_KEY_ID={{ YOUR AWS ACCESS KEY }}
export AWS_SECRET_ACCESS_KEY={{ YOUR AWS SECRET KEY }}
./benchmark.sh aws

The HTML output will be generated in the "var" directory.

Usage on your host machine

If the above possibilities aren't available to you then you have to take several steps before running the benchmark:

  • Install a web server and configure it to be able to serve "public/index.php"
  • Install PHP 7.4 at least with OPcache enabled
  • Install Composer
  • Set the BENCHMARK_URL environment variable to the URL where "public/index.php" is available. For instance:
export BENCHMARK_URL=http://localhost/index.php

Now you can simply type the following in order to run the benchmark:

.\benchmark.sh host

If you don't want to specify the benchmark URL as an environment variable then you can also pass it as a parameter:

./benchmark.sh host http://localhost/index.php

Usage from the browser

You can even run tests manually from your browser. When the benchmark's Docker containers are running, just visit localhost:8090, otherwise you have to locate the BENCHMARK_URL URL (mentioned in the previous section). For further information, refer to the URL in question, it provides you with detailed instructions.

Contributing

Please see CONTRIBUTING for details.

Support

Please see SUPPORT for details.

Credits

License

The MIT License (MIT). Please see the License File for more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.