(b *testing.B)
| 52 | } |
| 53 | |
| 54 | func BenchmarkShardedCacheGetManyConcurrentExpiring(b *testing.B) { |
| 55 | benchmarkShardedCacheGetManyConcurrent(b, 5*time.Minute) |
| 56 | } |
| 57 | |
| 58 | func BenchmarkShardedCacheGetManyConcurrentNotExpiring(b *testing.B) { |
| 59 | benchmarkShardedCacheGetManyConcurrent(b, NoExpiration) |
nothing calls this directly
no test coverage detected
searching dependent graphs…