mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
aef59a06fb
* Update bench-other make command
* Update benchmark dependencies
* Re-generate data_{codec,ffjson}.go as they were broken
6 lines
169 B
Makefile
6 lines
169 B
Makefile
all:
|
|
go test -benchmem -bench .
|
|
go test -benchmem -tags use_ffjson -bench .
|
|
go test -benchmem -tags use_jsoniter -bench .
|
|
go test -benchmem -tags use_codec -bench .
|