Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
func
BenchmarkTestSet(b *testing.B) {
25
for
i := 0; i < b.N; i++ {
26
DoSet(runtimeCache)
27
}
28
}
29
30
func
BenchmarkTestGet(b *testing.B) {
31
DoSet(runtimeCache)
Callers
nothing calls this directly
Calls
1
DoSet
Function · 0.85
Tested by
no test coverage detected