1
0
mirror of synced 2025-02-02 21:41:45 +03:00
doctrine2/phpbench.json

16 lines
374 B
JSON
Raw Normal View History

2016-05-26 20:17:41 +02:00
{
"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"
}
}