web

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

README

go test -race
go test -v -run=^$ -bench=. 
go test -v -run=^$ -bench=^BenchmarkHi$ -benchtime=2s -cpuprofile=prof.cpu

go test -v -run=^$ -bench=. -benchtime=3s -memprofile=prof.mem -cpuprofile=prof.cpu

go tool pprof web.test prof.cpu
go tool pprof -alloc_objects web.test prof.mem
go tool pprof -text -alloc_objects -cum web.test prof.mem

go test -cover -covermode count -coverprofile cover.out
go tool cover -html=cover.out

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL