MCPcopy Index your code
hub / github.com/patrickmn/go-cache / BenchmarkCacheGetManyConcurrentExpiring

Function BenchmarkCacheGetManyConcurrentExpiring

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

Source from the content-addressed store, hash-verified

1539}
1540
1541func BenchmarkCacheGetManyConcurrentExpiring(b *testing.B) {
1542 benchmarkCacheGetManyConcurrent(b, 5*time.Minute)
1543}
1544
1545func BenchmarkCacheGetManyConcurrentNotExpiring(b *testing.B) {
1546 benchmarkCacheGetManyConcurrent(b, NoExpiration)

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…