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

Function BenchmarkShardedCacheGetManyConcurrentExpiring

sharded_test.go:54–56  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

52}
53
54func BenchmarkShardedCacheGetManyConcurrentExpiring(b *testing.B) {
55 benchmarkShardedCacheGetManyConcurrent(b, 5*time.Minute)
56}
57
58func BenchmarkShardedCacheGetManyConcurrentNotExpiring(b *testing.B) {
59 benchmarkShardedCacheGetManyConcurrent(b, NoExpiration)

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…