1
0
mirror of synced 2024-12-05 03:06:05 +03:00
doctrine2/phpbench.json
2017-07-23 10:16:17 +02:00

16 lines
374 B
JSON

{
"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"
}
}