sergeyklay / php-orm-benchmark

The benchmark to compare performance of PHP ORM solutions.
MIT License
81 stars 7 forks source link

Amend tests #22

Open sergeyklay opened 6 years ago

sergeyklay commented 6 years ago

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

repli2dev commented 6 years ago

It would be also interesting to know number of queries queried (especially useful when doing nested loops on the entities).