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

Commit dcfda73

Browse files
authored
Add linux repo
1 parent ae8ee36 commit dcfda73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tree_entry_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ func benchmarkGetCommitsInfo(url string, b *testing.B) {
6565

6666
func BenchmarkGetCommitsInfoGitea(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/go-gitea/gitea.git", b) } //5k+ commits
6767
func BenchmarkGetCommitsInfoMoby(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/moby/moby.git", b) } //32k+ commits
68-
func BenchmarkGetCommitsInfoGo(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/golang/go.git", b) } //+32k commits
68+
func BenchmarkGetCommitsInfoGo(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/golang/go.git", b) } //32k+ commits
69+
func BenchmarkGetCommitsInfoGo(b *testing.B) { benchmarkGetCommitsInfo("https://github.com/torvalds/linux.git", b) } //677k+ commits

0 commit comments

Comments
 (0)