go test -bench=. .
go test -bench=. -benchmem .
go test -bench=. -benchmem -cpuprofile=cpu.out -memprofile=mem.out .
