# tsliwowicz/go-wrk

go-wrk - a HTTP benchmarking tool based in spirit on the excellent wrk tool (https://github.com/wg/wrk)

Repository: https://github.com/tsliwowicz/go-wrk
Canonical: https://ross.abutalabs.com/products/go-wrk
Language: Go
License: Apache-2.0
License Family: permissive
Topics: go, concurrency, performance-testing, http-benchmarking
Last push: 2026-07-04T02:21:05+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 90, release rhythm 35, longevity 100
- inputs: {"age_days": 4843, "days_push": 61, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1062, forks 129 (observed 2026-08-28T04:03:26.079845+00:00)

## What it is
go-wrk is an HTTP benchmarking and load-testing CLI tool written in Go, inspired by the wrk tool. It uses goroutines for concurrent async IO to generate significant load from a single multi-core machine and reports throughput and latency percentiles.

## Use cases
- load test an http endpoint
- benchmark requests per second of my api
- measure latency percentiles for a web server
- stress test localhost service with concurrent connections
- compare http server performance
- generate high load from a single machine

## When to choose
- you want a wrk-like HTTP benchmarking tool that is easy to install via go install
- you need configurable concurrency, duration, headers, methods, and request bodies
- you want latency percentile and throughput reporting without extra setup

## When to avoid
- you need distributed load generation across multiple machines
- you need scripted scenarios beyond simple HTTP requests or playback files
- you require a GUI or rich metrics dashboards

## Facets
- artifact type: cli-tool
- maturity: stable
- function: benchmarking, http-client, load-testing, cli
- domain: developer-tools, performance, web-development
- platform: windows, cross-platform, cli, go
- tags: http-benchmarking, load-testing, wrk-clone, goroutines, performance-testing, command-line, linux, macos

## Member repositories
- tsliwowicz/go-wrk (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:26.079845+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:56:47.047018+00:00, confidence not recorded.
  - readme: https://github.com/tsliwowicz/go-wrk (fetched 2026-08-28T04:03:26.079845+00:00, sha 73843e35b316)
- Data as of 2026-08-30T08:39:29.467469+00:00.
