(b *testing.B)
| 1487 | } |
| 1488 | |
| 1489 | func BenchmarkCacheGetConcurrentExpiring(b *testing.B) { |
| 1490 | benchmarkCacheGetConcurrent(b, 5*time.Minute) |
| 1491 | } |
| 1492 | |
| 1493 | func BenchmarkCacheGetConcurrentNotExpiring(b *testing.B) { |
| 1494 | benchmarkCacheGetConcurrent(b, NoExpiration) |
nothing calls this directly
no test coverage detected
searching dependent graphs…