-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathREADME
More file actions
32 lines (21 loc) · 646 Bytes
/
README
File metadata and controls
32 lines (21 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Requirements
------------
* linux or bsd system
* PHP 5.2 or greater
* pdo_sqlite
Running All The Benchmarks
--------------------------
> cd /path/to/php-orm-benchmark
> php TestRunner.php
Running One Of The Benchmarks
-----------------------------
> cd /path/to/php-orm-benchmark
> cd propel_15
> php TestRunner.php
Test Scenarios
--------------
1. Mass insertion: Tests model objects and save() operations.
2. Retrieve By Pk: Tests basic hydration
3. Complex Query an OR but no hydration: Tests Query parsing
4. Basic Query with 5 results: Tests hydration and collections
5. Query with join: Tests join hydration