Files

6 lines
169 B
Makefile
Raw Permalink Normal View History

2019-08-29 18:48:49 +03:00
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 .