php-orm-benchmark
php-orm-benchmark copied to clipboard
The benchmark to compare performance of PHP ORM solutions.
Hi, I am not using docker. Just testing on the localhost with the changes made to configuration file. Running ``` ./run activerecord create ./run cake create ./run doctrine create ./run...
Normally the issue on big project is the scalping of the database not as much the frontal server where php executed. What would be interesting (minimally) is the amount of...
Hey, was wondering if it could be possible to add Opulence ORM in the benchmark results? https://github.com/opulencephp/orm https://www.opulencephp.com/docs/1.1/orm-basics
Select 500 employees from the Employees database, for each of them show all of their salaries and all the departments they belong to.
New docker images already have this logic: ``` echo exit 101 > /usr/sbin/policy-rc.d chmod +x /usr/sbin/policy-rc.d echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup echo "Acquire::http {No-Cache=True;};" > /etc/apt/apt.conf.d/no-cache ```