16 lines
242 B
JSON
16 lines
242 B
JSON
{
|
|
"runner.bootstrap": "tests/bootstrap.php",
|
|
"runner.iterations": 3,
|
|
"runner.revs": 1,
|
|
"report.generators": {
|
|
"memory": {
|
|
"extends": "aggregate",
|
|
"cols": [
|
|
"benchmark",
|
|
"mem_peak"
|
|
]
|
|
}
|
|
}
|
|
|
|
}
|