Skip to content

Performance and and stability profiling over the git commit history.

Notifications You must be signed in to change notification settings

kpj/git_history_profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git_history_profiler

PyPI Build Status

Performance and stability profiling over the git commit history.

Installation

$ pip install git_history_profiler

Usage

$ 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.

Try out the example:

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

Afterwards, check out ./profiling_results/.

About

Performance and and stability profiling over the git commit history.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages