Files
check-if-email-exists/backend/scripts/bench_throughput.lua
2024-09-15 11:14:47 +02:00

4 lines
117 B
Lua

wrk.method = "POST"
wrk.body = '{"to_email": "amaury@gmail.com"}'
wrk.headers["Content-Type"] = "application/json"