(b *testing.B)
| 1539 | } |
| 1540 | |
| 1541 | func BenchmarkCacheGetManyConcurrentExpiring(b *testing.B) { |
| 1542 | benchmarkCacheGetManyConcurrent(b, 5*time.Minute) |
| 1543 | } |
| 1544 | |
| 1545 | func BenchmarkCacheGetManyConcurrentNotExpiring(b *testing.B) { |
| 1546 | benchmarkCacheGetManyConcurrent(b, NoExpiration) |
nothing calls this directly
no test coverage detected
searching dependent graphs…