The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
Not sure if parallel is supported in the most recent version, but using it causes incorrect numbers in the summary. Maybe I'm just not understanding the numbers? I created a very basic server that just returns a string after waiting 1 second. So the min/max/average request time should always be nearly 1000 ms. If I do 3 requests in parallel, the numbers jump to 3000 ms.
Test:
Not sure if parallel is supported in the most recent version, but using it causes incorrect numbers in the summary. Maybe I'm just not understanding the numbers? I created a very basic server that just returns a string after waiting 1 second. So the min/max/average request time should always be nearly 1000 ms. If I do 3 requests in parallel, the numbers jump to 3000 ms. Test:
Results:
My basic HAPI server looks like this: