(b *testing.B)
| 1555 | } |
| 1556 | |
| 1557 | func BenchmarkCacheGetManyConcurrentExpiring(b *testing.B) { |
| 1558 | benchmarkCacheGetManyConcurrent(b, 5*time.Minute) |
| 1559 | } |
| 1560 | |
| 1561 | func BenchmarkCacheGetManyConcurrentNotExpiring(b *testing.B) { |
| 1562 | benchmarkCacheGetManyConcurrent(b, NoExpiration) |
nothing calls this directly
no test coverage detected