lox/regreph
Composer 安装命令:
composer require lox/regreph
包简介
A test framework for measuring performance regressions
README 文档
README
Regreph is a performance regression analysis tool for PHP + XHProf.
Screenshot
Showing the build screen from a performance regression in Pheasant:
Running
bin/regreph <testfile> <projectdir> <refspec>
An example test file is https://gist.github.com/lox/33ab5a91edfaf487acf9
The refspec refers to a particular git revision, for instance HEAD~10 or a SHA1 hash.
Installing
git clone git://github.com/lox/regreph.git
cd regreph
composer install
Requires XHProf from PECL. Suggest having a copy of the FB xhprof project running somewhere to use the web view for comparison:
git clone git://github.com/facebook/xhprof.git
phpup xhprof/xhprof_html/index.php
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 50
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-02-26