encodingJSONSmallPayload deliberately has no generated JSON methods. The encoding/json benchmarks must exercise the standard library's reflection implementation, while SmallPayload remains generated for ffjson/easyjson.
| 31 | // encoding/json benchmarks must exercise the standard library's reflection |
| 32 | // implementation, while SmallPayload remains generated for ffjson/easyjson. |
| 33 | type encodingJSONSmallPayload struct { |
| 34 | St int |
| 35 | Sid int |
| 36 | Tt string |
| 37 | Gr int |
| 38 | Uuid string |
| 39 | Ip string |
| 40 | Ua string |
| 41 | Tz int |
| 42 | V int |
| 43 | } |
| 44 | |
| 45 | /* |
| 46 | Medium payload (based on Clearbit API response) |
nothing calls this directly
no outgoing calls
no test coverage detected