MCPcopy Create free account
hub / github.com/elliotchance/orderedmap / BenchmarkBigMapString_Set

Function BenchmarkBigMapString_Set

orderedmap_test.go:1013–1015  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

1011}
1012
1013func BenchmarkBigMapString_Set(b *testing.B) {
1014 benchmarkBigMapString_Set()(b)
1015}
1016
1017func benchmarkBigOrderedMapString_Set() func(b *testing.B) {
1018 return func(b *testing.B) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…