rochaporto / ezgliding

Website and software for analyzing, visualizing and planning gliding flights
GNU General Public License v3.0
5 stars 2 forks source link

add benchmarks and enable pprof #63

Closed rochaporto closed 9 years ago

rochaporto commented 9 years ago

https://blog.golang.org/profiling-go-programs

Needs to have some Bench* tests added, and then something like:

go test net/http -cpuprofile httpcpu.prof
go tool pprof http.test httpcpu.prof

in travis. For memory too.