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

Commit f26569a

Browse files
authored
Update tree_entry_test.go
1 parent c7038bc commit f26569a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tree_entry_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ func BenchmarkGetCommitsInfoGitea(b *testing.B) { benchmarkGetCommitsInfo("http
6767
func BenchmarkGetCommitsInfoMoby(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/moby/moby.git", b) } //32k+ commits
6868
func BenchmarkGetCommitsInfoGo(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/golang/go.git", b) } //32k+ commits
6969
func BenchmarkGetCommitsInfoLinux(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/torvalds/linux.git", b) } //677k+ commits
70+
func BenchmarkGetCommitsInfoManyFile(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/ethantkoenig/manyfiles", b) }

0 commit comments

Comments
 (0)