php-orm-benchmark icon indicating copy to clipboard operation
php-orm-benchmark copied to clipboard

The benchmark to compare performance of PHP ORM solutions.

Results 8 php-orm-benchmark issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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

enhancement

https://doc.nette.org/en/2.4/database

enhancement
help wanted

Select 500 employees from the Employees database, for each of them show all of their salaries and all the departments they belong to.

enhancement

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 ```

enhancement