myzhan/boomer
A better load generator for locust, written in golang. observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 91
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3849
- days_rel: n/a
- days_push: 55
- n_releases_24m: 0
Adoption not part of the score
1237 stars · 246 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Boomer is a Go library that acts as a high-performance load generator for Locust, spawning thousands of goroutines to run test code concurrently. It automatically connects to and reports results to a Locust master, whose web UI displays the test results.
Use cases
- run locust load tests written in go
- generate high-concurrency load with goroutines
- distribute load generation across locust workers
- load test an api at scale
- replace python locust workers with faster go workers
When to choose
- you already use locust and want go-based workers for higher throughput
- you need thousands of concurrent virtual users without python's gil limits
- you want results aggregated in locust's existing web ui
When to avoid
- you need a standalone benchmarking tool rather than a locust-integrated library
- your team writes load tests only in python
- you don't already run a locust master
Facets
library · maturity active
benchmarking load-testing concurrency testing performance developer-tools go cross-platform cli locust load-generator goroutines zeromq distributed-load-testing
1 source
- readme: https://github.com/myzhan/boomer · fetched 2026-08-28 · d143fe2d93a4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| myzhan/boomer | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem