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

Function BenchmarkCacheGetConcurrentExpiring

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

Source from the content-addressed store, hash-verified

1503}
1504
1505func BenchmarkCacheGetConcurrentExpiring(b *testing.B) {
1506 benchmarkCacheGetConcurrent(b, 5*time.Minute)
1507}
1508
1509func BenchmarkCacheGetConcurrentNotExpiring(b *testing.B) {
1510 benchmarkCacheGetConcurrent(b, NoExpiration)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected