Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

ro4tub/golab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go test -bench=".*"

go test -memprofile mem.out -test.memprofilerate=1 go tool pprof memory.test mem.out --alloc_space

go test -cpuprofile cpu.out go tool pprof memory.test cpu.out

cpu消耗在runtime.mach_semaphore_wait, 有点奇怪

About

golang testbed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages