# Easily define custom scriptable tests for your APIs.
# Script in python, or have our wizard do it all for you.
[..]
@task(1)
def api_price(self):
coin = random.choice(["BTC", "LTC", "ETH", "ADA"])
self.client.get("/price/" . coin)
@task(1)
def submit_info(self):
self.client.post("/update", {
"coin": "BTC",
"price": 99800
})
[..]
Beautiful, powerful reports, with actionable metrics
LoadForge automatically analyzes your site, explaining errors, showing detailed graphs, and performance numbers per page. Easily and quickly understand your load testing results.
- Graphs for requests, errors, rates, latency, P95, P99
- HTTP error analysis and performance AI
- Download CSV or PDF reports
- Store and compare your tests