MCPcopy Index your code
hub / github.com/git-bug/git-bug / BenchmarkReadBugs25

Function BenchmarkReadBugs25

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

Source from the content-addressed store, hash-verified

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