MCPcopy Index your code
hub / github.com/buger/jsonparser / BenchmarkGabsSmall

Function BenchmarkGabsSmall

benchmark/benchmark_small_payload_test.go:275–286  ·  view source on GitHub ↗

* github.com/Jeffail/gabs */ Verifies: STK-REQ-001 MCDC STK-REQ-001: N/A Verifies: STK-REQ-003 MCDC STK-REQ-003: N/A Verifies: STK-REQ-004 MCDC STK-REQ-004: N/A Verifies: STK-REQ-005 MCDC STK-REQ-005: N/A Verifies: STK-REQ-007 MCDC STK-REQ-007: N/A

(b *testing.B)

Source from the content-addressed store, hash-verified

273// Verifies: STK-REQ-007
274// MCDC STK-REQ-007: N/A
275func BenchmarkGabsSmall(b *testing.B) {
276 for i := 0; i < b.N; i++ {
277 json, _ := gabs.ParseJSON(smallFixture)
278
279 nothing(
280 json.Path("uuid").Data().(string),
281 json.Path("tz").Data().(float64),
282 json.Path("ua").Data().(string),
283 json.Path("st").Data().(float64),
284 )
285 }
286}
287
288/*
289 github.com/bitly/go-simplejson

Callers

nothing calls this directly

Calls 1

nothingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…