(b *testing.B)
| 1543 | } |
| 1544 | |
| 1545 | func BenchmarkCacheGetManyConcurrentNotExpiring(b *testing.B) { |
| 1546 | benchmarkCacheGetManyConcurrent(b, NoExpiration) |
| 1547 | } |
| 1548 | |
| 1549 | func benchmarkCacheGetManyConcurrent(b *testing.B, exp time.Duration) { |
| 1550 | // This is the same as BenchmarkCacheGetConcurrent, but its result |
nothing calls this directly
no test coverage detected
searching dependent graphs…