mirror of
https://github.com/doctrine/phpcr-odm.git
synced 2026-03-23 22:32:11 +01:00
16 lines
458 B
Plaintext
16 lines
458 B
Plaintext
{
|
|
"runner.path": "benchmarks",
|
|
"runner.bootstrap": "benchmarks/bootstrap.php",
|
|
"runner.file_pattern": "*Bench.php",
|
|
"report.generators": {
|
|
"phpbench_aggregate": {
|
|
"extends": "aggregate",
|
|
"cols": [ "subject", "its", "mem_peak", "worst", "mean", "mode", "best", "rstdev" ]
|
|
},
|
|
"all": {
|
|
"generator": "composite",
|
|
"reports": [ "env", "phpbench_aggregate" ]
|
|
}
|
|
}
|
|
}
|