This application runs and hits the https://gitlab.com endpoint for 5 minutes meanwhile printing the response times. After 5 minutes, the application reports back the number of requests made within that 5 minutes.
Note: All instructions are written for OSX
$ go get github.com/berryhill/http-response-time
$ cd $GOPATH/src/github/berryhill/http-response-time
$ dep ensure
$ cd $GOPATH/src/github/berryhill/http-response-time
$ go run main.go
$ cd $GOPATH/src/github/berryhill/http-response-time
$ docker-compose up --build