(b *testing.B)
| 56 | } |
| 57 | |
| 58 | func BenchmarkShardedCacheGetManyConcurrentNotExpiring(b *testing.B) { |
| 59 | benchmarkShardedCacheGetManyConcurrent(b, NoExpiration) |
| 60 | } |
| 61 | |
| 62 | func benchmarkShardedCacheGetManyConcurrent(b *testing.B, exp time.Duration) { |
| 63 | b.StopTimer() |
nothing calls this directly
no test coverage detected
searching dependent graphs…