https://github.com/cebe/yii2-activerecord-benchmark
A benchmark to test yii active record performance for different backends
https://github.com/cebe/yii2-activerecord-benchmark
Last synced: about 1 year ago
JSON representation
A benchmark to test yii active record performance for different backends
- Host: GitHub
- URL: https://github.com/cebe/yii2-activerecord-benchmark
- Owner: cebe
- Created: 2013-09-25T11:21:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T22:52:13.000Z (over 9 years ago)
- Last Synced: 2025-02-16T16:56:25.558Z (over 1 year ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 ActiveRecord benchmark
===========================
This is a benchmark to test [Yii2](https://github.com/yiisoft/yii2) ActiveRecord performance for different database backends.
How to use
----------
Clone this repo:
```sh
git clone https://github.com/cebe/yii2-activerecord-benchmark
cd yii2-activerecord-benchmark
```
Install dependencies via [composer](http://getcomposer.org/download/):
```php
composer.phar install
```
Adjust settings in `config.php` and configure your databases.
Run benchmark with
```php
./yii benchmark
```
Wait for the results :-)