| 1 | <?php |
||
| 13 | final class SimpleInsertPerformanceBench |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var EntityManagerInterface |
||
| 17 | */ |
||
| 18 | private $entityManager; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @var CMS\CmsUser[] |
||
| 22 | */ |
||
| 23 | private $users; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @var string |
||
| 27 | */ |
||
| 28 | private $tableName; |
||
| 29 | |||
| 30 | public function init() |
||
| 54 | |||
| 55 | public function benchHydration() |
||
| 71 | } |
||
| 72 |