Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Commit

Permalink
Update tree_entry_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk authored May 24, 2017
1 parent c7038bc commit f26569a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tree_entry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ func BenchmarkGetCommitsInfoGitea(b *testing.B) { benchmarkGetCommitsInfo("http
func BenchmarkGetCommitsInfoMoby(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/moby/moby.git", b) } //32k+ commits
func BenchmarkGetCommitsInfoGo(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/golang/go.git", b) } //32k+ commits
func BenchmarkGetCommitsInfoLinux(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/torvalds/linux.git", b) } //677k+ commits
func BenchmarkGetCommitsInfoManyFile(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/ethantkoenig/manyfiles", b) }

0 comments on commit f26569a

Please sign in to comment.