## Basic use ``` wrk -c -t -d 10 --latency https://your-server/endpoint ``` ## GraphQL API ``` wrk -s script.lua https://your-server/api/graphql ```