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

Function BenchmarkCacheGetConcurrentExpiring

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

Source from the content-addressed store, hash-verified

1487}
1488
1489func BenchmarkCacheGetConcurrentExpiring(b *testing.B) {
1490 benchmarkCacheGetConcurrent(b, 5*time.Minute)
1491}
1492
1493func BenchmarkCacheGetConcurrentNotExpiring(b *testing.B) {
1494 benchmarkCacheGetConcurrent(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…