Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: LorienMan/pewpew

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
linting: gosimple fixes (bengadbois#43)

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use go-humanize to print data transferred sizes (bengadbois#37)

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to Go 1.10 (bengadbois#33)

v0.3.2

Toggle v0.3.2's commit message
Fix package path in ldflags

v0.3.1

Toggle v0.3.1's commit message
Update travis deploy

v0.3

Toggle v0.3's commit message
XML summary output (bengadbois#27)

v0.2

Toggle v0.2's commit message
New demo gif, hosted on imgur (bengadbois#10)

0.1

Toggle 0.1's commit message
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)