MCPcopy Index your code
hub / github.com/vmihailenco/msgpack / BenchmarkMapStringInterfaceJSON

Function BenchmarkMapStringInterfaceJSON

bench_test.go:175–184  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

173}
174
175func BenchmarkMapStringInterfaceJSON(b *testing.B) {
176 src := map[string]interface{}{
177 "hello": "world",
178 "foo": "bar",
179 "one": 1111111,
180 "two": 2222222,
181 }
182 var dst map[string]interface{}
183 benchmarkJSONEncodeDecode(b, src, &dst)
184}
185
186func BenchmarkMapIntInt(b *testing.B) {
187 src := map[int]int{

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…