Load testing for developers.

LoadForge uses your cloud account to rapidly scale large numbers of simulated users to load test your website, store, API, or application for cheap - just cents per test!

standard.py
detailed.py
from locust import HttpUser, task, between
class QuickstartUser(HttpUser):
wait_time = between(8, 20)
@task(3)
def index_page(self):
self.client.get("/")

Introduction

Getting started

Learn how to get LoadForge set up and load test your web app, API or SQL server in minutes.

Your First Test

Step-by-step guide to running your very first load test.

Test Examples

Visit our load test test script example directory and guides.

Using the cloud

Learn about how LoadForge leverages cloud computing.

API reference

Use the LoadForge API to automate your load tests.

LoadForge will guide you through setting up your first load test automatically, so feel free to just sign up and start!

Test examples

We have a full directory of test examples for you to copy and paste from. Browse through the Test examples category on the left of this site and select one to get started quickly!

Getting help

LoadForge is available on live chat during business hours, and paying customers can submit a ticket any time they need assistance.

Submit an issue

Simply email help@loadforge.com to submit your issue or question, and a staff member will get back to you as soon as possible.

Join the community

Coming soon.