mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-21 20:45:10 +00:00
a36fe086d3
* Install phpbench 🚀
* Add first benchmark for LeastSquares
* Update README and CONTRIBUTING guide
* Fix typo
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"
|
|
}
|
|
}
|
|
} |