https://github.com/dlsniper/forked-php-orm-benchmark
François Zaninotto php-orm-benchmark with updated vendors
https://github.com/dlsniper/forked-php-orm-benchmark
Last synced: over 1 year ago
JSON representation
François Zaninotto php-orm-benchmark with updated vendors
- Host: GitHub
- URL: https://github.com/dlsniper/forked-php-orm-benchmark
- Owner: dlsniper
- Created: 2012-03-31T18:32:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-31T18:37:07.000Z (over 14 years ago)
- Last Synced: 2025-03-25T12:13:09.950Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 6.29 MB
- Stars: 2
- Watchers: 2
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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