TTFT
Time to First TokenThe time between sending your prompt and receiving the very first token. This is the most critical metric for interactive user experience.
CURATED LLM & AI PROMPTS FOR PERFORMANCE ENGINEERS
Performance Engineering LLM Hub
The ultimate hub for LLM performance engineering. Access a curated library of AI prompts for JMeter and k6, along with comprehensive benchmarks and performance metrics like TTFT, TPOT, and ITL.
Categories
Prompt library
Choose a category to open the full, copy-ready prompts.
Open full prompt
Open full prompt
Open full prompt
Open full prompt
Open full prompt
Need the full prompt text? Find it on this category page in the LLM Hub.
View all 5 prompts โA comprehensive guide to the core metrics used to evaluate and benchmark Large Language Model performance. Understanding these is key to delivering high-quality AI experiences.
The time between sending your prompt and receiving the very first token. This is the most critical metric for interactive user experience.
The time gap between the first and second tokens. Measures how quickly the model transitions from processing input to active generation.
The average time taken to generate each token after the first. This determines how smooth the streaming text appears to the user.
The average delay between consecutive tokens. Focuses on consistency; high variance here causes 'jittery' or stuttering text.
Total time from request start to final token. Useful for SLAs but hides the breakdown between prefill and decode phases.
The rate of tokens or requests processed per second. Essential for system capacity planning and cost estimation.
The number of requests per second that actually meet your defined performance SLOs. The 'honest' measure of user experience.
Time spent waiting in the inference server's queue before processing begins. Spikes under high concurrency load.
Prioritize TTFT for perceived speed. Users care most about how quickly the first word appears.
Focus on Throughput and E2E Latency. Cost per token is usually the primary constraint here.
Prioritize ITL Consistency. Stuttering generation is highly disruptive during active coding tasks.
Follow QAInsights for updates, tutorials, and community events.