jsonparser
jsonparser copied to clipboard
update jsonparser version to v1.1.1 in benchmark package
Description: What this PR does update jsonparser version to v1.1.1 in benchmark package
Benchmark before change:
Benchmark after change:
For running benchmarks use:
go test -test.benchmem -bench JsonParser ./benchmark/ -benchtime 5s -v
# OR
make bench (runs inside docker)