Registry / testing / tsenart-vegeta

tsenart-vegeta

JSON →
library12.7.0+incompatiblegogounverified

HTTP load testing tool and library.

go get github.com/tsenart/vegeta
INSTALL
IMPORT
SIG · TSENART-VEGETA
T
tsenart-vegeta
testinggov12.7.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vegeta
github.com/tsenart/vegeta

Run a load test with Vegeta.

package main import "github.com/tsenart/vegeta" func main() { rate := vegeta.Rate{Freq: 100, Per: time.Second} targeter := vegeta.NewStaticTargeter(vegeta.Target{Method: "GET", URL: "http://localhost"}) attacker := vegeta.NewAttacker() var metrics vegeta.Metrics for res := range attacker.Attack(targeter, rate, 10*time.Second, "test") { metrics.Add(res) } metrics.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
12.7.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tsenart-vegeta — go get tsenart-vegeta · libregistry