performance-testing
Installation
SKILL.md
Performance Testing
Validate system behavior under load.
k6 Load Test (JavaScript)
import http from 'k6/http';
import { check, sleep } from 'k6';
Validate system behavior under load.
import http from 'k6/http';
import { check, sleep } from 'k6';