Skip to content

Instantly share code, notes, and snippets.

@arlolra
Created September 15, 2013 19:38
Show Gist options
  • Save arlolra/6573743 to your computer and use it in GitHub Desktop.
Save arlolra/6573743 to your computer and use it in GitHub Desktop.
(tor)λ(master) make bench filter='.Dump'
go fmt ./src/check
go fmt
go build
go test check -i
go test check -benchtime 10s -bench ".Dump" -benchmem
PASS
BenchmarkDumpList 10000 1925402 ns/op 51938 B/op 3171 allocs/op
ok check 20.279s
(tor)λ(master) git co stab3
Switched to branch 'stab3'
(tor)λ(stab3) make bench filter='.Dump'
go fmt ./src/check
go fmt
go build
go test check -i
go test check -benchtime 10s -bench ".Dump" -benchmem
PASS
BenchmarkDumpList 10000 3164568 ns/op 110710 B/op 4 allocs/op
ok check 33.069s
(tor)λ(stab3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment