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

Function BenchmarkCacheGetManyConcurrentExpiring

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

Source from the content-addressed store, hash-verified

1555}
1556
1557func BenchmarkCacheGetManyConcurrentExpiring(b *testing.B) {
1558 benchmarkCacheGetManyConcurrent(b, 5*time.Minute)
1559}
1560
1561func BenchmarkCacheGetManyConcurrentNotExpiring(b *testing.B) {
1562 benchmarkCacheGetManyConcurrent(b, NoExpiration)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected