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

Function BenchmarkCacheGetConcurrentNotExpiring

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

Source from the content-addressed store, hash-verified

1507}
1508
1509func BenchmarkCacheGetConcurrentNotExpiring(b *testing.B) {
1510 benchmarkCacheGetConcurrent(b, NoExpiration)
1511}
1512
1513func benchmarkCacheGetConcurrent(b *testing.B, exp time.Duration) {
1514 b.StopTimer()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected