Skip to content

Latest commit

 

History

History
 
 

bench

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

##Usage

go test -bench=. -benchmem -memprofile memprofile.out -cpuprofile profile.out
go tool pprof memprofile.out
go tool pprof profile.out