Etalon: Holistic Performance Evaluation Framework for LLM Inference Systems
Amey Agrawal, Anmol Agarwal, Nitin Kedia, Jayashree Mohan, Souvik Kundu, Nipun Kwatra, Ramachandran Ramjee, Alexey Tumanov
TL;DR
Etalon addresses the gap between existing latency/throughput metrics and real user experience in LLM inference by introducing fluidity-index, a deadline-based metric that captures how consistently tokens are generated during streaming decoding. Coupled with fluid token generation rate, Etalon provides a black-box, workload-agnostic framework that evaluates end-to-end user perception, capacity, and stalls across open-source and model-as-a-service platforms. The framework is implemented by extending LLMPerf and applying two evaluation modes (black-box and capacity) to both public APIs and open-source systems, revealing nuanced performance trade-offs overlooked by traditional metrics. This work offers a practical standard for user-centric benchmarking and informs deployment decisions and capacity planning in production LLM serving. The availability of Etalon at https://github.com/project-etalon/etalon underpins its adoption as a standard evaluation suite for LLM inference systems.
Abstract
Serving large language models (LLMs) in production can incur substantial costs, which has prompted recent advances in inference system optimizations. Today, these systems are evaluated against conventional latency and throughput metrics (eg. TTFT, TBT, Normalised Latency and TPOT). However, these metrics fail to fully capture the nuances of LLM inference, leading to an incomplete assessment of user-facing performance crucial for real-time applications such as chat and translation. In this paper, we first identify the pitfalls of current performance metrics in evaluating LLM inference systems. We then propose Etalon, a comprehensive performance evaluation framework that includes fluidity-index -- a novel metric designed to reflect the intricacies of the LLM inference process and its impact on real-time user experience. Finally, we evaluate various existing open-source platforms and model-as-a-service offerings using Etalon, discussing their strengths and weaknesses. Etalon is available at https://github.com/project-etalon/etalon.
