mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"runner.bootstrap": "tests/Tests/TestInit.php",
|
|
"runner.path": "tests/Performance",
|
|
"runner.file_pattern": "*Bench.php",
|
|
|
|
"core.extensions": [
|
|
"PhpBench\\Extensions\\XDebug\\XDebugExtension"
|
|
]
|
|
}
|