mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-24 22:07:33 +00:00
17 lines
446 B
JSON
17 lines
446 B
JSON
|
{
|
||
|
"bootstrap": "tests/Performance/bootstrap.php",
|
||
|
"path": "tests/Performance",
|
||
|
"reports": {
|
||
|
"time": {
|
||
|
"extends": "aggregate",
|
||
|
"title": "The Consumation of Time",
|
||
|
"cols": [ "subject", "mode", "mean", "rstdev", "diff"]
|
||
|
},
|
||
|
"memory": {
|
||
|
"extends": "aggregate",
|
||
|
"title": "The Memory Usage",
|
||
|
"cols": [ "subject", "mem_real", "mem_final", "mem_peak", "diff"],
|
||
|
"diff_col": "mem_peak"
|
||
|
}
|
||
|
}
|
||
|
}
|