提交历史记录上的性能和稳定性分析。

git-history-profiler的Python项目详细描述


PyPI

通过git提交历史记录进行性能和稳定性分析。

安装

$ pip install git_history_profiler

用法

$ git_history_profiler --help
Usage: git_history_profiler [OPTIONS] REPO_URL

  Performance and stability profiling over the git commit history.

Options:
  --config PATH      Path to config.  [required]
  -c, --commit TEXT  Commit id to consider.
  --help             Show this message and exit.

试试这个例子:

$ ./examples/create_test_repository.sh ./test_repo/
$ git_history_profiler ./test_repo/ --config ./examples/config.yml

然后,签出./profiling_results/

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java在JSP中添加自定义隐式对象   java MasterMindResource泄漏?   不同的c#java结果加密   java为什么安卓 studio显示“constraintlayout中缺少约束”错误?   java Make Logback将日志打印到文件中   java如何在Google应用程序引擎中设置日期时间?   jeditorpane如何阻止java HTMLEditorKit自动关闭我的标记   返回到Activity onCreate()时,不会调用java函数   java为什么我在这个对象上得到一个NullPointerException?   在java中,如何使用包含数组的参数调用图形方法?   java如何在Play framework 2应用程序中存储Akka参与者列表?   ssh使用java将文件从一个solaris 9复制到另一个solaris 9   网络Java服务器正在等待客户端响应   java Spring mvc从formBackingObject()重定向到页面   java Spark:JavaRDD<Tuple2>到javapairdd<>   java如何动态调用基类中由字符串值指定的子类方法?