Skip to content

vlastv/php-orm-benchmark

This branch is 54 commits ahead of dlsniper/forked-php-orm-benchmark:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

567ecf4 · Nov 8, 2013

History

98 Commits
Nov 8, 2013
Nov 7, 2013
Nov 7, 2013
Nov 7, 2013
Nov 7, 2013
Nov 8, 2013
Nov 7, 2013
Nov 7, 2013
Nov 7, 2013
Nov 7, 2013
Nov 7, 2013
Jan 16, 2011

Repository files navigation

Requirements
------------

* linux or bsd system
* PHP 5.3 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_20
    > 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

About

François Zaninotto php-orm-benchmark with updated vendors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%