MCPcopy Create free account
hub / github.com/git-bug/git-bug / BenchmarkReadBugs5

Function BenchmarkReadBugs5

tests/read_bugs_test.go:40–40  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

38}
39
40func BenchmarkReadBugs5(b *testing.B) { benchmarkReadBugs(5, b) }
41func BenchmarkReadBugs25(b *testing.B) { benchmarkReadBugs(25, b) }
42func BenchmarkReadBugs150(b *testing.B) { benchmarkReadBugs(150, b) }

Callers

nothing calls this directly

Calls 1

benchmarkReadBugsFunction · 0.85

Tested by

no test coverage detected