mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
"runner.bootstrap": "vendor/autoload.php",
|
|
"runner.path": "tests/benchmark",
|
|
"runner.retry_threshold": 5,
|
|
"report.generators": {
|
|
"report": {
|
|
"extends": "aggregate"
|
|
}
|
|
}
|
|
}
|