Advanced
Load Testing with k6
Design a load testing script using the k6 tool to stress test a web endpoint.
📝 প্রম্পট বিষয়বস্তু
Create a k6 script that load tests a JSON API endpoint. Configure the script to simulate 50 virtual users (VUs) over a duration of 30 seconds. Include thresholds to ensure that 95% of requests must complete below 500ms and the error rate must not exceed 1%.