Tags: LorienMan/pewpew
Tags
use go-humanize to print data transferred sizes (bengadbois#37)
Refactor and runtime memory optimization (bengadbois#34) * Refactor to break down large RunStress function * Refactor for memory efficiency for request queuing Instead of creating a channel(s) per target with every http request pre-allocated, create a separate goroutine(s) fill the channel during stress runtime. In cases with large (hundreds of thousands) of requests, this will cut down on the majority of the memory used.
travis.yml updates (bengadbois#4) Adding auto build/pushing tagged releases Removing go 1.6 and tip Remove golint go vet instead of go test (no test cases exist)