Scripts for measuring the performance improvement achived by JIT-for-PHP (https://github.com/zendtech/php-src)
The result by running this script does NOT indicate any performance of real-life applications. It should be regarded as a micro-benchmark.
$ git clone https://github.com/y-uti/php-jit-benchmarker.git
$ cd php-jit-benchmarker
$ git clone https://github.com/zendtech/php-src.git
$ ./scripts/do_all.sh
The script takes long time (so I prefer to run it background), but you'll get results in results directory.
Note: the script will consume much CPU resource continuously, because it build PHP repeatedly.
$ ./scripts/aggregate.sh
You'll get all.csv in results directory.