Skip to main content

AI Infra bench

Project description

ai_infra_bench

Motivation

As large language model (LLMs) grow more capable, industries are eager to deploy them locally to ensure data security, reduce costs, and integrate them into daily workflows -- such as building agents that can perform comprehensive analyses to improve efficiency.

Thus, the question of how to deploy LLMs efficiently has become a critical challenge for many companies. Here, we focus solely on the benchmarking perspective -- while workload-specific optimization is a core topic, we leave it aside for simplicity as it is beyond the scope of this project. Practitioners in AI infrastructure often need to benchmark models or deployment startegies to determine whether they meet the service-level objectives (SLOs) of a particular business.

Benchmarking is often done by repeatedly running benchmark scripts (e.g., SGLang's bench_serving) and manually copying the resulting metrics into tables or plots for comparison. This process is tedious, error-prone, and highly repetitive. An alternative is to write custom shell scripts, but they are difficult to reuse and lack the flexibility and expressive power of modern programming language like Python.

This project aims to free AI infrastructure engineers from repetitive benchmarking tasks. Simply define your server and client launch scripts in a single python file, and the tool will automatically generate clear Markdown tables and elegant HTML plots. The entire process is fully automated -- you can focus on other work while the script run!

Overview

There are totally 3 modes when benchmarking from the viewpoint of ai infra workers

  1. General: Evaluate the performance of a single deployment across various workloads.
  2. Cmp: Compare the performance of multiple deployment options in the same workload.
  3. SLO: Identify the most demanding workload that still meets the required service-level objectives given a deployment option.

This project automatically generates benchmarking results as clean Markdown tables and interactive HTML graphs for clear visualization. Below are some example outputs.

General Bench

Table

Title: Qwen3-8B-TP1

request_rate p99_ttft_ms p99_tpot_ms p99_itl_ms output_throughput
4.00 77.49 24.41 24.86 163.37
8.00 1145.30 27.41 26.60 298.41
12.00 2290.93 29.66 28.42 399.15
16.00 3100.51 32.12 30.06 492.53

Plot

General Bench

Cmp Bench

Install

pip install ai-infra-bench

How to use

Concrete usage examples and argument configurations can be found in the examples subdirectory

Limitation

The following limitations also represent the project's TODO items for improving usability:

  1. Coverage

    • Currently only supports SGLang.

    • Server and client launch scripts must strictly start with python -m sglang.launch_server or python -m sglang.bench_serving for security reasons. This restriction prevents accidentally executing unsafe scripts.

  2. Output content hardcoding and inflexibility

    • JSON metrics generated by bench_serving are hardcoded. Users cannot customize file names, table titles, or graph labels, which may cause confusion.
    • The output directory must not exist before running the benchmark to ensure a clean workspace.
    • The contents of tables and plots are fixed for the three benchmarking modes and cannot yet be customized.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_infra_bench-0.1.0.post3.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_infra_bench-0.1.0.post3-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file ai_infra_bench-0.1.0.post3.tar.gz.

File metadata

  • Download URL: ai_infra_bench-0.1.0.post3.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.18

File hashes

Hashes for ai_infra_bench-0.1.0.post3.tar.gz
Algorithm Hash digest
SHA256 b7a3b02cde7e56bc4ffa812a3fc30ebe8fbd516849e309d3ff66e6597732005e
MD5 6480e3a642ea21705465fe08754bc0a3
BLAKE2b-256 0a847e86254a2c08acc665f6a13c4f4addd6ee7fdfe711e1c0278c1120d80903

See more details on using hashes here.

File details

Details for the file ai_infra_bench-0.1.0.post3-py3-none-any.whl.

File metadata

File hashes

Hashes for ai_infra_bench-0.1.0.post3-py3-none-any.whl
Algorithm Hash digest
SHA256 f79cab7023ce99c01bdd6b785fe438170a1616598f4c03fc2a6ce4ed659da203
MD5 12ec72a6b865d74b08fa6304b5d392f8
BLAKE2b-256 c56233eb12039ad8572593b76bbaa8a0551e55bdd4f66b87b22c092a9a989a53

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page