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

Function BenchmarkShardedCacheGetManyConcurrentNotExpiring

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

Source from the content-addressed store, hash-verified

56}
57
58func BenchmarkShardedCacheGetManyConcurrentNotExpiring(b *testing.B) {
59 benchmarkShardedCacheGetManyConcurrent(b, NoExpiration)
60}
61
62func benchmarkShardedCacheGetManyConcurrent(b *testing.B, exp time.Duration) {
63 b.StopTimer()

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…