TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A Dead Simple Load Testing CLI Built in Go

2 点作者 scientaster2大约 2 年前
There are plenty of good tools for load testing such as JMeter, Minigun, and more - but they all have their own set of options to learn. I built this one to support a simpler workflow where you just paste your curl request (or other cli command) after your `spam` config. literally just:<p>spam -r 2 -- curl www.google.com<p>It&#x27;s pretty barebones but I&#x27;m 100% going to use it in my day to day - figured I&#x27;d share it here if it helps anyone else!

1 comment

8organicbits大约 2 年前
This is a good idea. I was going to say &quot;just use apache bench or ...&quot;, but you&#x27;re right, then I need to learn both ab and curl. For basic load testing, this looks like an easy drop-in.