faizkhairi/Loadtest Action

Run HTTP load tests in CI and post results as a PR comment. Powered by @faizkhairi/loadtest-cli.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlTarget URL to load testyes
requestsTotal number of requestsno100
concurrencyNumber of concurrent requestsno10
methodHTTP method (GET, POST, PUT, DELETE)noGET
headersHTTP headers as JSON string (e.g. {"Authorization": "Bearer token"})no{}
bodyRequest body for POST/PUT requestsno""
thresholdP95 latency threshold in ms. Action fails if exceeded.no0
commentPost results as PR comment (true/false)notrue
tokenGitHub token for PR commentsno${{ github.token }}
namedescription
avgAverage latency in ms
p50P50 latency in ms
p95P95 latency in ms
p99P99 latency in ms
rpsRequests per second
errorsNumber of failed requests
resultsFull results as JSON