Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 239 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

13 lines (9 loc) · 239 Bytes

Description: What this PR does

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)