Files
archived-orm/phpbench.json
Grégoire Paris 0a3fbac8af Flatten directory tree
It will make fuzzy matchers more efficient, and configuration files more
readable.
2024-01-02 20:28:37 +01:00

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