
LoadForge GitHub Integration
Performance testing just got a major upgrade. LoadForge is thrilled to announce a seamless GitHub integration that lets you launch...
Run load tests via our REST API
REST plus LF
# Easily create tests
requests.post('https://loadforge.com/api/tests/create', data = {
"name": "New Test",
"users": "10000"
[..]
})
# Run them at any time
requests.post('https://loadforge.com/api/run', data = {
"test_id": 123,
"duration": "5"
[..]
})
# And fetch results (live or later) in JSON
requests.get('/api/result/123')
Sign up and get instant access to the full API and start running your first tests.
Sign up