MCPcopy
hub / github.com/ha/doozerd / BenchmarkEncodeSet

Function BenchmarkEncodeSet

src/pkg/store/store_test.go:115–119  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

113}
114
115func BenchmarkEncodeSet(b *testing.B) {
116 for i := 0; i < b.N; i++ {
117 EncodeSet("/x", "a", Clobber)
118 }
119}
120
121func TestEncodeDel(t *testing.T) {
122 for _, x := range DelKVRM {

Callers

nothing calls this directly

Calls 1

EncodeSetFunction · 0.85

Tested by

no test coverage detected