niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
511 stars 79 forks source link

PHP version is not comparable #131

Open wizzymore opened 4 weeks ago

wizzymore commented 4 weeks ago

Currently the implementation of the PHP benchmark uses and old version, no OPCACHE and no JIT.

On my machine these are the tests comparing the same function with PHP running with production settings and PHP running with the default dev settings: DEV settings:

image

Prod settings:

image