ISO-Bench: Can Coding Agents Optimize Real-World Inference Workloads?
This addresses the problem of evaluating coding agents for real-world optimization tasks, though it is incremental as it builds on existing benchmarks by adding new metrics and tasks.
The authors introduced ISO-Bench, a benchmark for evaluating coding agents on real-world inference optimization tasks from frameworks like vLLM and SGLang, finding that no single agent dominates and agents often identify bottlenecks but fail to produce working solutions.
We introduce ISO-Bench, a benchmark for coding agents to test their capabilities on real-world inference optimization tasks. These tasks were taken from vLLM and SGLang, two of the most popular LLM serving frameworks. Each task provides an agent with a codebase and bottleneck description, whereby the agent must produce an optimization patch evaluated against expert human solutions. We curated 54 tasks from merged pull requests with measurable performance improvements. While existing benchmarks heavily use runtime-based metrics, such approaches can be gamed to pass tests without capturing the actual intent of the code changes. Therefore, we combine both hard (execution-based) and soft (LLM-based) metrics to show that both are necessary for complete evaluation. While evaluating both closed and open-source coding agents, we find no single agent dominates across codebases. Surprisingly, agents often identify correct bottlenecks but fail to execute working solutions. We also show that agents with identical underlying models differ substantially, suggesting scaffolding is as important as the model.