(b *testing.B)
| 1507 | } |
| 1508 | |
| 1509 | func BenchmarkCacheGetConcurrentNotExpiring(b *testing.B) { |
| 1510 | benchmarkCacheGetConcurrent(b, NoExpiration) |
| 1511 | } |
| 1512 | |
| 1513 | func benchmarkCacheGetConcurrent(b *testing.B, exp time.Duration) { |
| 1514 | b.StopTimer() |
nothing calls this directly
no test coverage detected