🚀 Fastify + Eta Benchmark

Fastify Eta Node.js

📊 Benchmark Endpoints

/api/json Simple JSON response
/api/data JSON with 100 items
/html/simple Raw HTML string
/eta/simple Simple Eta template
/eta/list Eta with 50 item loop
/eta/dashboard Complex dashboard template
/health Health + memory stats

âš¡ Quick Test

استخدم hey أو curl لاختبار الأداء:

# JSON endpoint
hey -n 1000 -c 50 https://fastify.k.kapps.cc/api/json

# Template rendering
hey -n 1000 -c 50 https://fastify.k.kapps.cc/eta/dashboard