You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,6 @@ Comments/things to mention about the results. Please understand I'm not proficie
76
76
- stable memory consumption (no difference between 100 runs and 500 runs)
77
77
78
78
#### Doctrine ORM
79
-
- the numbers are skewed on the "find" test because I had to set all relations as eager-loaded so that the "relations" test work as the rest. I would expect lower numbers for find
80
79
- since Doctrine uses an Entity Manager I had to do a lot of `$em->clear()` to make it for a level playing field
81
80
- I have a hunch that the eager loading uses some caching and the numbers are skewed in Doctrine's favour.
82
81
- The memory consumption increases with the number of runs (500 runs consume 50% more memory than 100 runs)
0 commit comments