PHPBench base config
This commit is contained in:
parent
c8a41598c9
commit
25669c51b6
2 changed files with 16 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@ lib/Doctrine/DBAL
|
|||
.idea
|
||||
vendor/
|
||||
composer.lock
|
||||
/tests/Doctrine/Performance/history.db
|
||||
|
|
15
phpbench.json
Normal file
15
phpbench.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"bootstrap": "vendor/autoload.php",
|
||||
"path": "tests/Doctrine/Performance",
|
||||
|
||||
"extensions": [
|
||||
"PhpBench\\Extensions\\Dbal\\DbalExtension",
|
||||
"PhpBench\\Extensions\\XDebug\\XDebugExtension"
|
||||
],
|
||||
|
||||
"storage": "dbal",
|
||||
"storage.dbal.connection": {
|
||||
"driver": "pdo_sqlite",
|
||||
"path": "tests/Doctrine/Performance/history.db"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue