MCPcopy Create free account
hub / github.com/devfeel/dotweb / BenchmarkTestSet

Function BenchmarkTestSet

cache/cache_test.go:24–28  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

22}
23
24func BenchmarkTestSet(b *testing.B) {
25 for i := 0; i < b.N; i++ {
26 DoSet(runtimeCache)
27 }
28}
29
30func BenchmarkTestGet(b *testing.B) {
31 DoSet(runtimeCache)

Callers

nothing calls this directly

Calls 1

DoSetFunction · 0.85

Tested by

no test coverage detected