diff options
author | Marcin Wyszynski <marcin.pixie@gmail.com> | 2016-02-16 10:30:49 +0100 |
---|---|---|
committer | Marcin Wyszynski <marcin.pixie@gmail.com> | 2016-02-16 10:30:49 +0100 |
commit | 07cf6fd13427e2a103144ce554ca007994512031 (patch) | |
tree | 7e5f0883fb3b4c2f7b9075a1d70706b5644cd60d | |
parent | 75ef36b63b4370d93c1fa9161d080eb706347242 (diff) | |
download | go-git-07cf6fd13427e2a103144ce554ca007994512031.tar.gz |
Add codebeat badge
Brilliant piece of Go code, congrats! Out of curiosity - have you tried benchmarking this against Golang's libgit2 bindings running from ramdisk? For a small side project where I needed `git blame` functionality I got 10-20x speed boost from doing just that.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -# go-git [![GoDoc](https://godoc.org/gopkg.in/src-d/go-git.v2?status.svg)](https://godoc.org/gopkg.in/src-d/go-git.v2) [![Build Status](https://travis-ci.org/src-d/go-git.svg)](https://travis-ci.org/src-d/go-git) [![codecov.io](https://codecov.io/github/src-d/go-git/coverage.svg)](https://codecov.io/github/src-d/go-git) +# go-git [![GoDoc](https://godoc.org/gopkg.in/src-d/go-git.v2?status.svg)](https://godoc.org/gopkg.in/src-d/go-git.v2) [![Build Status](https://travis-ci.org/src-d/go-git.svg)](https://travis-ci.org/src-d/go-git) [![codecov.io](https://codecov.io/github/src-d/go-git/coverage.svg)](https://codecov.io/github/src-d/go-git) [![codebeat badge](https://codebeat.co/badges/b6cb2f73-9e54-483d-89f9-4b95a911f40c)](https://codebeat.co/projects/github-com-src-d-go-git) |