(b *testing.B)
| 1503 | } |
| 1504 | |
| 1505 | func BenchmarkCacheGetConcurrentExpiring(b *testing.B) { |
| 1506 | benchmarkCacheGetConcurrent(b, 5*time.Minute) |
| 1507 | } |
| 1508 | |
| 1509 | func BenchmarkCacheGetConcurrentNotExpiring(b *testing.B) { |
| 1510 | benchmarkCacheGetConcurrent(b, NoExpiration) |
nothing calls this directly
no test coverage detected