Skip to content

Commit 89f9b99

Browse files
author
Adrian Miu
committed
Updated the comments related to Doctrine
1 parent 6ea62bd commit 89f9b99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ Comments/things to mention about the results. Please understand I'm not proficie
7676
- stable memory consumption (no difference between 100 runs and 500 runs)
7777

7878
#### 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
8079
- since Doctrine uses an Entity Manager I had to do a lot of `$em->clear()` to make it for a level playing field
8180
- I have a hunch that the eager loading uses some caching and the numbers are skewed in Doctrine's favour.
8281
- The memory consumption increases with the number of runs (500 runs consume 50% more memory than 100 runs)

0 commit comments

Comments
 (0)