MCPcopy Create free account
hub / github.com/patrickmn/go-cache / BenchmarkCacheGetManyConcurrentNotExpiring

Function BenchmarkCacheGetManyConcurrentNotExpiring

cache_test.go:1545–1547  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

1543}
1544
1545func BenchmarkCacheGetManyConcurrentNotExpiring(b *testing.B) {
1546 benchmarkCacheGetManyConcurrent(b, NoExpiration)
1547}
1548
1549func benchmarkCacheGetManyConcurrent(b *testing.B, exp time.Duration) {
1550 // This is the same as BenchmarkCacheGetConcurrent, but its result

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…