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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's the simplest way to run load tests?

1 点作者 gmassman将近 3 年前
I have a backend API and some test data representing real clients. I can write a wrk script that loops through the test data and sends requests to the backend. However, my development machine is network&#x2F;connection limited so I&#x27;d like to run this on some cloud provisioned platform. What&#x27;s the simplest tool or PaaS that would meet these needs? It doesn&#x27;t have to be the most cost effective, I simply need the ability to run many instances of my wrk script.<p>https:&#x2F;&#x2F;github.com&#x2F;wg&#x2F;wrk

1 comment

throwaway888abc将近 3 年前
Check K6<p><a href="https:&#x2F;&#x2F;k6.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;k6.io&#x2F;</a> <a href="https:&#x2F;&#x2F;k6.io&#x2F;open-source&#x2F;" rel="nofollow">https:&#x2F;&#x2F;k6.io&#x2F;open-source&#x2F;</a><p>used several times in past and for sure will in future<p>WRK is useful too, you can spin server somewhere and run it there&#x2F;cloud with better connectivity