MCPcopy Create free account
hub / github.com/buger/jsonparser / UnmarshalEasyJSON

Method UnmarshalEasyJSON

benchmark/benchmark_easyjson.go:283–285  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(l *jlexer.Lexer)

Source from the content-addressed store, hash-verified

281
282// Benchmark harness support for STK-REQ-004.
283func (v *DSUser) UnmarshalEasyJSON(l *jlexer.Lexer) {
284 easyjson_decode_github_com_buger_jsonparser_benchmark_DSUser(l, v)
285}
286
287// Benchmark harness support for STK-REQ-004.
288func easyjson_decode_github_com_buger_jsonparser_benchmark_MediumPayload(in *jlexer.Lexer, out *MediumPayload) {

Tested by 3

BenchmarkEasyJsonSmallFunction · 0.36
BenchmarkEasyJsonLargeFunction · 0.36
BenchmarkEasyJsonMediumFunction · 0.36