MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / BenchmarkCacheGetManyConcurrentNotExpiring

Function BenchmarkCacheGetManyConcurrentNotExpiring

pkg/util/cache/cache_test.go:1561–1563  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

1559}
1560
1561func BenchmarkCacheGetManyConcurrentNotExpiring(b *testing.B) {
1562 benchmarkCacheGetManyConcurrent(b, NoExpiration)
1563}
1564
1565func benchmarkCacheGetManyConcurrent(b *testing.B, exp time.Duration) {
1566 // This is the same as BenchmarkCacheGetConcurrent, but its result

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected