go-json/benchmarks
shamaton 5e2ae3f23c
Use io package instead of ioutil package (#498)
* update benchmarks go.mod

* use io package instead of deprecated ioutil package
2024-05-09 19:56:55 +09:00
..
testdata Add benchmark 2020-09-15 23:40:31 +09:00
bench_test.go Use io package instead of ioutil package (#498) 2024-05-09 19:56:55 +09:00
decode_test.go test: add benchmark 2022-02-12 17:55:10 +09:00
encode_test.go Supports dynamic filtering of struct fields 2022-01-03 12:33:51 +09:00
go.mod Use io package instead of ioutil package (#498) 2024-05-09 19:56:55 +09:00
go.sum Use io package instead of ioutil package (#498) 2024-05-09 19:56:55 +09:00
large_payload.go test: add benchmark 2022-02-12 17:55:10 +09:00
large_payload_easyjson.go Add benchmark targets ( easyjson / jettison ) 2021-01-15 16:38:50 +09:00
medium_payload.go Add benchmark targets ( easyjson / jettison ) 2021-01-15 16:38:50 +09:00
medium_payload_easyjson.go Add benchmark targets ( easyjson / jettison ) 2021-01-15 16:38:50 +09:00
path_test.go Support JSON Path 2022-11-29 03:55:56 +09:00
slow_reader_test.go Fix stream decoder for slow reader 2021-05-03 16:25:26 +09:00
small_payload.go Add benchmark target 2021-06-01 18:46:24 +09:00
small_payload_easyjson.go Add benchmark targets ( easyjson / jettison ) 2021-01-15 16:38:50 +09:00
small_payload_ffjson.go Add benchmark target 2021-06-01 18:46:24 +09:00