A web application used to analyze other web applications written in Go. It generates LARs (long-ass reports) of tests performed.
- Inspect CPU times.
- Test applications built and deployed at external locations. This application must have
pprof
handlers available.
- Go lang
- go-work : install with
go get github.com/adjust/go-wrk
- $GOPATH set. Guide here. On windows install
go
with Choco to skip this step.
Install with :
$ go get github.com/cheikhshift/cleo
Run the following command to launch application :
$ cleo
Your Go web application should retrieve the port number to listen on from env. variable $PORT.
Example
...
port := ":defaultport"
if envport := os.ExpandEnv("$PORT"); envport != "" {
port = fmt.Sprintf(":%s", envport)
}
...
log.Fatal(http.ListenAndServe(port, nil) )
- Twitter bootstrap beta 4.0.0-beta.2
- Angular JS 1.5.6
- Momentum
- GopherSauce
- Chart.js