shikhar007 commited on
Commit
8a62769
·
verified ·
1 Parent(s): d872f9d

Update README with ISO-Bench scope

Browse files
Files changed (1) hide show
  1. README.md +63 -141
README.md CHANGED
@@ -1,151 +1,62 @@
1
  ---
2
  dataset_info:
3
- features:
4
- - name: item_id
5
- dtype: string
6
- - name: sample_index
7
- dtype: int64
8
- - name: agent_name
9
- dtype: string
10
- - name: model_name
11
- dtype: string
12
- - name: human_commit
13
- dtype: string
14
- - name: parent_commit
15
- dtype: string
16
- - name: benchmark_mode
17
- dtype: string
18
- - name: perf_command
19
- dtype: string
20
- - name: llm_model
21
- dtype: string
22
- - name: status
23
- dtype: string
24
- - name: error
25
- dtype: string
26
- - name: benchmark_type
27
- dtype: string
28
- - name: duration_s
29
- dtype: float64
30
- - name: ttft_mean_ms
31
- dtype: float64
32
- - name: ttft_median_ms
33
- dtype: float64
34
- - name: ttft_p99_ms
35
- dtype: float64
36
- - name: tpot_mean_ms
37
- dtype: float64
38
- - name: tpot_median_ms
39
- dtype: float64
40
- - name: tpot_p99_ms
41
- dtype: float64
42
- - name: itl_mean_ms
43
- dtype: float64
44
- - name: itl_median_ms
45
- dtype: float64
46
- - name: itl_p99_ms
47
- dtype: float64
48
- - name: request_throughput_req_s
49
- dtype: float64
50
- - name: output_token_throughput_tok_s
51
- dtype: float64
52
- - name: total_token_throughput_tok_s
53
- dtype: float64
54
- - name: latency_avg_ms
55
- dtype: float64
56
- - name: latency_p50_ms
57
- dtype: float64
58
- - name: latency_p99_ms
59
- dtype: float64
60
- - name: throughput_tok_s
61
- dtype: float64
62
- - name: elapsed_time_s
63
- dtype: float64
64
- - name: input_throughput_tok_s
65
- dtype: float64
66
- - name: timestamp
67
- dtype: string
68
  splits:
69
  - name: train
70
- num_examples: 86
 
 
 
 
 
71
  ---
72
 
73
- # Pass@k GPU Benchmark Results
74
 
75
- GPU benchmark results for agent-generated optimization patches from [ISO-Bench](https://huggingface.co/datasets/Lossfunk/ISO-Bench).
76
 
77
- Patches sourced from [Inferencebench/pass-at-k-samples](https://huggingface.co/datasets/Inferencebench/pass-at-k-samples), benchmarked on NVIDIA H100 80GB GPU using Docker-containerized vLLM.
 
78
 
79
  ## Summary
80
 
81
- - **86 total rows** (79 successful benchmarks, 7 benchmark failures)
82
- - **12 tasks** benchmarked across **3 agent/model** configurations
83
- - Benchmark types: serving, standalone (latency/throughput), prefix caching
84
-
85
- ## Status Breakdown
86
-
87
- | Status | Count | Description |
88
- |--------|-------|-------------|
89
- | `success` | 79 | Benchmark completed, metrics captured |
90
- | `benchmark_failed` | 7 | Patch applied but benchmark errored (server crash, metric parse failure) |
91
-
92
- ## Agents
93
-
94
- | Agent | Model | Successful Benchmarks |
95
- |-------|-------|-----------------------|
96
- | claude_code | claude_model-claude-sonnet-4-5 | 69 |
97
- | claude_code | sonnet | 9 |
98
- | codex_cli | gpt-5 | 1 |
99
-
100
- ## Metrics
101
-
102
- ### Serving Benchmarks
103
- | Column | Description |
104
- |--------|-------------|
105
- | `ttft_mean_ms` | Mean Time To First Token |
106
- | `ttft_median_ms` | Median Time To First Token |
107
- | `ttft_p99_ms` | P99 Time To First Token |
108
- | `tpot_mean_ms` | Mean Time Per Output Token |
109
- | `tpot_median_ms` | Median Time Per Output Token |
110
- | `tpot_p99_ms` | P99 Time Per Output Token |
111
- | `itl_mean_ms` | Mean Inter-Token Latency |
112
- | `itl_median_ms` | Median Inter-Token Latency |
113
- | `itl_p99_ms` | P99 Inter-Token Latency |
114
- | `request_throughput_req_s` | Request throughput (req/s) |
115
- | `output_token_throughput_tok_s` | Output token throughput (tok/s) |
116
- | `total_token_throughput_tok_s` | Total token throughput (tok/s) |
117
-
118
- ### Latency Benchmarks
119
- | Column | Description |
120
- |--------|-------------|
121
- | `latency_avg_ms` | Average latency (ms) |
122
- | `latency_p50_ms` | P50 latency (ms) |
123
- | `latency_p99_ms` | P99 latency (ms) |
124
- | `throughput_tok_s` | Token throughput (tok/s) |
125
-
126
- ### Prefix Caching Benchmarks
127
- | Column | Description |
128
- |--------|-------------|
129
- | `input_throughput_tok_s` | Input throughput (tok/s) |
130
- | `throughput_tok_s` | Output throughput (tok/s) |
131
- | `elapsed_time_s` | Total elapsed time (s) |
132
-
133
- ## Per-Task Results
134
-
135
- | Task | Samples | Benchmark Mode | LLM Model | Avg Throughput |
136
- |------|---------|---------------|-----------|----------------|
137
- | vllm_core-0000 | 5 | serving | Qwen/Qwen2.5-7B-Instruct | 3176.4 tok/s |
138
- | vllm_core-0003 | 7 | serving | deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct | 2124.8 tok/s |
139
- | vllm_core-0004 | 8 | serving | meta-llama/Meta-Llama-3-8B-Instruct | 2891.3 tok/s |
140
- | vllm_core-0005 | 8 | serving | meta-llama/Meta-Llama-3-8B-Instruct | 2885.0 tok/s |
141
- | vllm_core-0006 | 8 | standalone | unknown | 1177.4 tok/s |
142
- | vllm_core-0007 | 8 | standalone | meta-llama/Meta-Llama-3-8B-Instruct | 8160.0 tok/s |
143
- | vllm_core-0008 | 8 | serving | meta-llama/Meta-Llama-3-8B-Instruct | 2889.1 tok/s |
144
- | vllm_core-0009 | 10 | serving | Qwen/Qwen2.5-1.5B-Instruct | 6268.7 tok/s |
145
- | vllm_core-0010 | 4 | prefix_caching | RedHatAI/Meta-Llama-3-8B-Instruct-FP8 | 5447.6 tok/s |
146
- | vllm_core-0011 | 3 | prefix_caching | RedHatAI/Meta-Llama-3-8B-Instruct-FP8 | 5380.7 tok/s |
147
- | vllm_core-0012 | 8 | serving | meta-llama/Meta-Llama-3-8B-Instruct | 2039.1 tok/s |
148
- | vllm_core-0013 | 2 | serving | meta-llama/Meta-Llama-3-8B-Instruct | 2909.3 tok/s |
149
 
150
  ## Usage
151
 
@@ -154,9 +65,20 @@ from datasets import load_dataset
154
 
155
  ds = load_dataset("Inferencebench/pass-at-k-benchmark-results", split="train")
156
 
157
- # Filter to successful benchmarks
158
- success = ds.filter(lambda x: x["status"] == "success")
159
 
160
- # Get results for a specific task
161
- task_results = success.filter(lambda x: x["item_id"] == "vllm_core-0004")
 
 
 
162
  ```
 
 
 
 
 
 
 
 
 
1
  ---
2
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  splits:
4
  - name: train
5
+ num_examples: 594
6
+ configs:
7
+ - config_name: default
8
+ data_files:
9
+ - split: train
10
+ path: data/train-00000-of-00001.parquet
11
  ---
12
 
13
+ # ISO-Bench Pass@k GPU Benchmark Results
14
 
15
+ Agent-generated optimization patches benchmarked on real GPU hardware (NVIDIA H100 80GB).
16
 
17
+ **Scope:** [Lossfunk/ISO-Bench](https://huggingface.co/datasets/Lossfunk/ISO-Bench) 54 tasks (39 vLLM + 15 SGLang)
18
+ **Patches from:** [Inferencebench/pass-at-k-samples](https://huggingface.co/datasets/Inferencebench/pass-at-k-samples)
19
 
20
  ## Summary
21
 
22
+ | | vLLM | SGLang | Total |
23
+ |---|---:|---:|---:|
24
+ | **Tasks benchmarked** | **29/39** | **10/15** | **39/54** |
25
+ | **Successful benchmarks** | 444 | 150 | **594** |
26
+
27
+ | Agent | vLLM | SGLang | Total |
28
+ |-------|-----:|-------:|------:|
29
+ | Claude Code (Sonnet 4.5) | 230 | 76 | 306 |
30
+ | Codex CLI (GPT-5) | 214 | 74 | 288 |
31
+
32
+ ## Schema
33
+
34
+ | Column | Type | Description |
35
+ |--------|------|-------------|
36
+ | `item_id` | str | ISO-Bench task ID (e.g., `vllm_core-0000`) |
37
+ | `sample_index` | int | Pass@k sample index (0-7) |
38
+ | `repo` | str | `vllm` or `sglang` |
39
+ | `agent_name` | str | `claude_code` or `codex_cli` |
40
+ | `agent_model` | str | `sonnet-4.5` or `gpt-5` |
41
+ | `human_commit` | str | Human optimization commit hash |
42
+ | `parent_commit` | str | Baseline (pre-optimization) commit hash |
43
+ | `benchmark_mode` | str | `serving`, `standalone`, `prefix_caching`, `offline` |
44
+ | `llm_model` | str | LLM model benchmarked (e.g., `meta-llama/Meta-Llama-3-8B-Instruct`) |
45
+ | `duration_s` | float | Total benchmark duration (seconds) |
46
+
47
+ ### Serving Metrics
48
+ `ttft_mean_ms`, `ttft_median_ms`, `ttft_p99_ms` Time To First Token
49
+ `tpot_mean_ms`, `tpot_median_ms`, `tpot_p99_ms` Time Per Output Token
50
+ `itl_mean_ms`, `itl_median_ms`, `itl_p99_ms` Inter-Token Latency
51
+ `request_throughput_req_s` Requests/sec
52
+ `output_token_throughput_tok_s` Output tokens/sec
53
+ `total_token_throughput_tok_s` Total tokens/sec
54
+
55
+ ### Latency Metrics
56
+ `latency_avg_ms`, `latency_p50_ms`, `latency_p99_ms`
57
+
58
+ ### Throughput Metrics
59
+ `throughput_tok_s`, `elapsed_time_s`, `input_throughput_tok_s`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
61
  ## Usage
62
 
 
65
 
66
  ds = load_dataset("Inferencebench/pass-at-k-benchmark-results", split="train")
67
 
68
+ # vLLM Claude Code results
69
+ vllm_cc = ds.filter(lambda x: x["repo"] == "vllm" and x["agent_name"] == "claude_code")
70
 
71
+ # SGLang Codex results
72
+ sg_cx = ds.filter(lambda x: x["repo"] == "sglang" and x["agent_name"] == "codex_cli")
73
+
74
+ # Compute pass@k for a specific task
75
+ task = ds.filter(lambda x: x["item_id"] == "vllm_core-0005")
76
  ```
77
+
78
+ ## Hardware & Method
79
+
80
+ - **GPU:** NVIDIA H100 80GB PCIe
81
+ - **vLLM:** Docker containers from `shikhar481/vllm_fixed_human_images` (baseline images)
82
+ - **SGLang:** Docker containers from `ayushnangia16/nvidia-sglang-docker`
83
+ - **Execution:** Persistent container per task, sequential samples, setup shared across agents
84
+ - **Date:** 2026-03-29 to 2026-03-31