shikhar007 commited on
Commit
9a230cf
·
verified ·
1 Parent(s): d5103ae

Update README with accurate stats (86 rows, no empty/missing data)

Browse files
Files changed (1) hide show
  1. README.md +73 -24
README.md CHANGED
@@ -67,47 +67,96 @@ dataset_info:
67
  dtype: string
68
  splits:
69
  - name: train
70
- num_examples: 611
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 GPU using Docker-containerized vLLM.
78
 
79
- ## Schema
80
 
81
- | Column | Description |
82
- |--------|-------------|
83
- | `item_id` | Task identifier (e.g., `vllm_core-0000`) |
84
- | `sample_index` | Pass@k sample index (0-7) |
85
- | `agent_name` | Agent that generated the patch (`claude_code`, `codex_cli`) |
86
- | `model_name` | Model used by agent (`sonnet`, `claude_model-claude-sonnet-4-5`, `gpt-5`) |
87
- | `status` | `success`, `empty_patch`, `image_not_found`, `benchmark_failed` |
88
- | `benchmark_mode` | `serving`, `standalone`, `prefix_caching` |
89
- | `llm_model` | LLM model used in benchmark (e.g., `meta-llama/Meta-Llama-3-8B-Instruct`) |
90
- | `ttft_mean_ms` | Mean Time To First Token (serving) |
91
- | `tpot_mean_ms` | Mean Time Per Output Token (serving) |
92
- | `itl_mean_ms` | Mean Inter-Token Latency (serving) |
93
- | `request_throughput_req_s` | Request throughput (serving) |
94
- | `output_token_throughput_tok_s` | Output token throughput (serving) |
95
- | `throughput_tok_s` | Token throughput (standalone/latency) |
96
- | `latency_avg_ms` | Average latency (latency benchmarks) |
97
 
98
  ## Status Breakdown
99
 
100
  | Status | Count | Description |
101
  |--------|-------|-------------|
102
  | `success` | 79 | Benchmark completed, metrics captured |
103
- | `empty_patch` | 457 | Agent produced no patch (error during collection) |
104
- | `image_not_found` | 68 | Baseline Docker image not available |
105
- | `benchmark_failed` | 7 | Patch applied but benchmark errored |
106
 
107
  ## Agents
108
 
109
- | Agent | Model | Successes |
110
- |-------|-------|-----------|
111
  | claude_code | claude_model-claude-sonnet-4-5 | 69 |
112
  | claude_code | sonnet | 9 |
113
  | codex_cli | gpt-5 | 1 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
152
+ ```python
153
+ 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
+ ```