Skip to content

berryhill/http-response-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Response Time Application

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.

Dependencies

Go 1.9.2 | Dep | Docker

Note: All instructions are written for OSX

Install Dev Environment

$ go get github.com/berryhill/http-response-time
$ cd $GOPATH/src/github/berryhill/http-response-time
$ dep ensure

Up Dev Environment

Simple local build

$ cd $GOPATH/src/github/berryhill/http-response-time
$ go run main.go

Containerized build via docker-compose

$ cd $GOPATH/src/github/berryhill/http-response-time
$ docker-compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages