lynae-1219 commited on
Commit
20abc74
·
verified ·
1 Parent(s): 1ad5758

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,366 +1,358 @@
1
- ---
2
- license: apache-2.0
3
- task_categories:
4
- - tabular-regression
5
- language:
6
- - en
7
- tags:
8
- - llm-inference
9
- - benchmarking
10
- - gpu-profiling
11
- - vllm
12
- - sglang
13
- - agentic-workloads
14
- size_categories:
15
- - 100K<n<1M
16
- pretty_name: AgentPerfBench
17
- version: "1.0"
18
- configs:
19
- - config_name: trace_replay
20
- data_files:
21
- - split: summary
22
- path: trace_replay/summary.parquet
23
- - config_name: distributional
24
- data_files:
25
- - split: summary
26
- path: distributional/summary.parquet
27
- - config_name: kernels_labeled
28
- data_files:
29
- - split: train
30
- path: kernel_profiles/kernels_labeled.parquet
31
- dataset_info:
32
- - config_name: trace_replay
33
- features:
34
- - name: run_id
35
- dtype: string
36
- - name: model
37
- dtype: string
38
- - name: model_family
39
- dtype: string
40
- - name: hardware
41
- dtype: string
42
- - name: engine
43
- dtype: string
44
- - name: tensor_parallelism
45
- dtype: int64
46
- - name: profile
47
- dtype: string
48
- - name: concurrency
49
- dtype: int64
50
- - name: num_requests
51
- dtype: int64
52
- - name: duration_s
53
- dtype: float64
54
- - name: successful_requests
55
- dtype: int64
56
- - name: failed_requests
57
- dtype: int64
58
- - name: request_throughput
59
- dtype: float64
60
- - name: input_token_throughput
61
- dtype: float64
62
- - name: output_token_throughput
63
- dtype: float64
64
- - name: total_token_throughput
65
- dtype: float64
66
- - name: mean_ttft_ms
67
- dtype: float64
68
- - name: median_ttft_ms
69
- dtype: float64
70
- - name: p90_ttft_ms
71
- dtype: float64
72
- - name: p99_ttft_ms
73
- dtype: float64
74
- - name: mean_tpot_ms
75
- dtype: float64
76
- - name: median_tpot_ms
77
- dtype: float64
78
- - name: p90_tpot_ms
79
- dtype: float64
80
- - name: p99_tpot_ms
81
- dtype: float64
82
- - name: mean_itl_ms
83
- dtype: float64
84
- - name: median_itl_ms
85
- dtype: float64
86
- - name: p90_itl_ms
87
- dtype: float64
88
- - name: p99_itl_ms
89
- dtype: float64
90
- - name: mean_e2el_ms
91
- dtype: float64
92
- - name: median_e2el_ms
93
- dtype: float64
94
- - name: p90_e2el_ms
95
- dtype: float64
96
- - name: p99_e2el_ms
97
- dtype: float64
98
- splits:
99
- - name: summary
100
- num_examples: 3147
101
- num_bytes: 694254
102
- - config_name: distributional
103
- features:
104
- - name: run_id
105
- dtype: string
106
- - name: model
107
- dtype: string
108
- - name: model_family
109
- dtype: string
110
- - name: hardware
111
- dtype: string
112
- - name: engine
113
- dtype: string
114
- - name: tensor_parallelism
115
- dtype: int64
116
- - name: profile
117
- dtype: string
118
- - name: concurrency
119
- dtype: int64
120
- - name: num_requests
121
- dtype: int64
122
- - name: duration_s
123
- dtype: float64
124
- - name: successful_requests
125
- dtype: int64
126
- - name: failed_requests
127
- dtype: int64
128
- - name: request_throughput
129
- dtype: float64
130
- - name: input_token_throughput
131
- dtype: float64
132
- - name: output_token_throughput
133
- dtype: float64
134
- - name: total_token_throughput
135
- dtype: float64
136
- - name: mean_ttft_ms
137
- dtype: float64
138
- - name: median_ttft_ms
139
- dtype: float64
140
- - name: p90_ttft_ms
141
- dtype: float64
142
- - name: p99_ttft_ms
143
- dtype: float64
144
- - name: mean_tpot_ms
145
- dtype: float64
146
- - name: median_tpot_ms
147
- dtype: float64
148
- - name: p90_tpot_ms
149
- dtype: float64
150
- - name: p99_tpot_ms
151
- dtype: float64
152
- - name: mean_itl_ms
153
- dtype: float64
154
- - name: median_itl_ms
155
- dtype: float64
156
- - name: p90_itl_ms
157
- dtype: float64
158
- - name: p99_itl_ms
159
- dtype: float64
160
- - name: mean_e2el_ms
161
- dtype: float64
162
- - name: median_e2el_ms
163
- dtype: float64
164
- - name: p90_e2el_ms
165
- dtype: float64
166
- - name: p99_e2el_ms
167
- dtype: float64
168
- splits:
169
- - name: summary
170
- num_examples: 245
171
- num_bytes: 70836
172
- - config_name: kernels_labeled
173
- features:
174
- - name: source
175
- dtype: string
176
- - name: gpu
177
- dtype: string
178
- - name: model
179
- dtype: string
180
- - name: kernel_family
181
- dtype: string
182
- - name: kernel_name
183
- dtype: string
184
- - name: dtype
185
- dtype: string
186
- - name: held_out
187
- dtype: bool
188
- - name: M
189
- dtype: float64
190
- - name: N
191
- dtype: float64
192
- - name: K
193
- dtype: float64
194
- - name: bs
195
- dtype: float64
196
- - name: seq
197
- dtype: float64
198
- - name: n_heads
199
- dtype: float64
200
- - name: head_dim
201
- dtype: float64
202
- - name: kv_heads
203
- dtype: float64
204
- - name: numel
205
- dtype: float64
206
- - name: op_type
207
- dtype: string
208
- - name: gpu_time_duration_ms
209
- dtype: float64
210
- - name: launch_block_size
211
- dtype: float64
212
- - name: launch_grid_size
213
- dtype: float64
214
- - name: dram_bytes_sum
215
- dtype: float64
216
- - name: launch_registers_per_thread
217
- dtype: float64
218
- splits:
219
- - name: train
220
- num_examples: 148077
221
- ---
222
-
223
- # AgentPerfBench
224
-
225
- LLM inference benchmark: 3,392 serving runs and 148,077 per-kernel NCU profiles across 9 models, 14 GPU configurations, and 2 serving engines (vLLM 0.19.0, SGLang 0.5.9). All models served in BF16 except gpt-oss, which uses mxfp4 for projection weights.
226
-
227
- ## Dataset configurations
228
-
229
- ### trace_replay (3,147 rows)
230
-
231
- Replays exact ISL/OSL sequences from recorded agent sessions (SWE-Bench, TerminalBench, OSWorld, ShareGPT). 77 (model, hardware, engine) combinations, 17 profiles, 6 concurrency levels.
232
-
233
- 17 profiles: `chat-medium`, `chat-multiturn-long`, `chat-multiturn-medium`, `chat-multiturn-short`, `chat-short`, `chat-singleturn`, `coding-singleturn`, `decode-heavy`, `osworld-multiturn-long`, `osworld-multiturn-medium`, `osworld-multiturn-short`, `prefill-heavy`, `random-1k`, `swebench-multiturn-medium`, `swebench-multiturn-short`, `terminalbench-multiturn-medium`, `terminalbench-multiturn-short`
234
-
235
- ### distributional (245 rows)
236
-
237
- ISL/OSL sampled from lognormal fits to real workload statistics. 42 combinations, 6 profiles, 7 concurrency levels.
238
-
239
- 6 profiles: `chat-multiturn`, `chat-singleturn`, `coding-singleturn`, `osworld-multiturn`, `swebench-multiturn`, `terminalbench-multiturn`
240
-
241
- ### kernels_labeled (148,077 rows)
242
-
243
- Per-kernel Nsight Compute (ncu) profiles across 4 GPUs (A100, H100, RTX 3090, RTX 2080 Ti) and 13 model/sweep sources.
244
-
245
- ### Concurrency filtering
246
-
247
- Concurrency is controlled by a fixed-size connection pool. Trace replay uses levels {1, 5, 10, 20, 40, 80}; distributional uses {1, 5, 10, 40, 80, 200, 320}.
248
-
249
- Early runs used a session-pool size smaller than the declared concurrency (`num_sessions=100` for trace replay, `num_sessions=10` for distributional), capping actual load below the nominal value. Rows where declared concurrency exceeded the session pool were dropped.
250
-
251
- | Config | Rows |
252
- |--------|------|
253
- | trace_replay | 3,147 |
254
- | distributional | 245 |
255
- | **Total** | **3,392** |
256
-
257
- ## Coverage
258
-
259
- ### Hardware
260
-
261
- All benchmarks collected on PyTorch 2.10.0, CUDA 12.8.
262
-
263
- | GPU | VRAM | HBM bandwidth | Peak half-precision TFLOPS |
264
- |-----|------|---------------|---------------------------|
265
- | NVIDIA H100 SXM | 80 GB | 3.35 TB/s | 989 |
266
- | NVIDIA A100 SXM4 | 40 GB | 1.56 TB/s | 312 |
267
- | NVIDIA RTX 3090 | 24 GB | 936 GB/s | 71 |
268
- | NVIDIA RTX 2080 Ti | 11 GB | 616 GB/s | 27 |
269
-
270
- Multi-GPU configurations: 1, 2, 4, or 8 GPUs with tensor parallelism.
271
-
272
- ### Models
273
-
274
- All models served in BF16 unless noted.
275
-
276
- | Model | Family | Parameters | Architecture | Notes |
277
- |-------|--------|-----------|--------------|-------|
278
- | Llama-3.1-8B | Llama | 8B | Dense | |
279
- | Llama-3.1-70B | Llama | 70B | Dense | |
280
- | Llama-3.3-70B | Llama | 70B | Dense | |
281
- | Qwen2.5-72B | Qwen | 72B | Dense | |
282
- | Qwen3.5-9B | Qwen | 9B | Dense | |
283
- | Qwen3.5-27B | Qwen | 27B | Dense | |
284
- | Mixtral-8x7B | Mixtral | 46.7B (12.9B active) | MoE | |
285
- | gpt-oss-20b | GPT-OSS | 21B (3.6B active) | MoE | mxfp4 projections |
286
- | gpt-oss-120b | GPT-OSS | 117B (5.1B active) | MoE | mxfp4 projections |
287
-
288
- ### Engines
289
-
290
- - vLLM 0.19.0
291
- - SGLang 0.5.9
292
-
293
- ## Schema
294
-
295
- Each row in `summary.parquet` (both configs):
296
-
297
- | Column | Type | Description |
298
- |--------|------|-------------|
299
- | run_id | string | Deterministic hash of run parameters |
300
- | model | string | Model short name |
301
- | model_family | string | Model family (llama, qwen, gpt-oss, mixtral) |
302
- | hardware | string | GPU configuration (e.g., H100x4) |
303
- | engine | string | Serving engine (vllm, sglang) |
304
- | tensor_parallelism | int | TP degree |
305
- | profile | string | Workload profile name |
306
- | concurrency | int | Concurrent request level |
307
- | num_requests | int | Total requests in run |
308
- | duration_s | float | Total run duration |
309
- | successful_requests | int | Completed requests |
310
- | failed_requests | int | Failed requests |
311
- | request_throughput | float | Requests/second |
312
- | input_token_throughput | float | Input tokens/second |
313
- | output_token_throughput | float | Output tokens/second |
314
- | total_token_throughput | float | Total tokens/second |
315
- | mean/median/p90/p99_ttft_ms | float | Time to first token |
316
- | mean/median/p90/p99_tpot_ms | float | Time per output token |
317
- | mean/median/p90/p99_itl_ms | float | Inter-token latency |
318
- | mean/median/p90/p99_e2el_ms | float | End-to-end latency |
319
-
320
- ## Loading
321
-
322
- ```python
323
- from datasets import load_dataset
324
-
325
- ds = load_dataset("agent-perf-bench/AgentPerfBench", "trace_replay")
326
- # or "distributional", "kernels_labeled"
327
- ```
328
-
329
- ## Benchmark methodology
330
-
331
- - Closed-loop concurrency with semaphore control.
332
- - 3-request warmup before each configuration.
333
- - Metrics: TTFT, TPOT, ITL, E2EL, request throughput, token throughput (mean, median, p90, p99).
334
- - Metrics computed over successful requests only.
335
- - Collection period: March 2026 onwards.
336
-
337
- ## Limitations
338
-
339
- - Distributional profiles are fitted approximations, not direct production replays.
340
- - Closed-loop concurrency only; no open-loop (Poisson) arrivals.
341
-
342
- ## Ethical considerations
343
-
344
- No PII. Trace-replay profiles derive from open benchmarks (SWE-Bench MIT, TerminalBench, OSWorld). Synthetic profiles use random tokens.
345
-
346
- ## License
347
-
348
- Benchmark data released under Apache-2.0. Source datasets retain their original licenses.
349
-
350
- ## Source datasets
351
-
352
- - [SWE-Bench](https://github.com/princeton-nlp/SWE-bench) (MIT)
353
- - [TerminalBench](https://github.com/TerminalBench/TerminalBench)
354
- - [ShareGPT (Aeala/ShareGPT_Vicuna_unfiltered)](https://huggingface.co/datasets/Aeala/ShareGPT_Vicuna_unfiltered)
355
- - [OSWorld](https://github.com/xlang-ai/OSWorld)
356
-
357
- ## Citation
358
-
359
- ```bibtex
360
- @inproceedings{agentperfbench2026,
361
- title={AgentPerfBench: A Benchmarking and Evaluation Suite for Inference Performance of Agentic LLMs},
362
- author={Anonymous},
363
- booktitle={NeurIPS 2026 Evaluations and Datasets Track},
364
- year={2026}
365
- }
366
- ```
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - tabular-regression
5
+ language:
6
+ - en
7
+ tags:
8
+ - llm-inference
9
+ - benchmarking
10
+ - gpu-profiling
11
+ - vllm
12
+ - sglang
13
+ - agentic-workloads
14
+ size_categories:
15
+ - 100K<n<1M
16
+ pretty_name: AgentPerfBench
17
+ version: "1.0"
18
+ configs:
19
+ - config_name: trace_replay
20
+ data_files:
21
+ - split: summary
22
+ path: trace_replay/summary.parquet
23
+ - config_name: distributional
24
+ data_files:
25
+ - split: summary
26
+ path: distributional/summary.parquet
27
+ - config_name: kernels_labeled
28
+ data_files:
29
+ - split: train
30
+ path: kernel_profiles/kernels_labeled.parquet
31
+ dataset_info:
32
+ - config_name: trace_replay
33
+ features:
34
+ - name: run_id
35
+ dtype: string
36
+ - name: model
37
+ dtype: string
38
+ - name: model_family
39
+ dtype: string
40
+ - name: hardware
41
+ dtype: string
42
+ - name: engine
43
+ dtype: string
44
+ - name: tensor_parallelism
45
+ dtype: int64
46
+ - name: profile
47
+ dtype: string
48
+ - name: concurrency
49
+ dtype: int64
50
+ - name: num_requests
51
+ dtype: int64
52
+ - name: duration_s
53
+ dtype: float64
54
+ - name: request_throughput
55
+ dtype: float64
56
+ - name: input_token_throughput
57
+ dtype: float64
58
+ - name: output_token_throughput
59
+ dtype: float64
60
+ - name: total_token_throughput
61
+ dtype: float64
62
+ - name: mean_ttft_ms
63
+ dtype: float64
64
+ - name: median_ttft_ms
65
+ dtype: float64
66
+ - name: p90_ttft_ms
67
+ dtype: float64
68
+ - name: p99_ttft_ms
69
+ dtype: float64
70
+ - name: mean_tpot_ms
71
+ dtype: float64
72
+ - name: median_tpot_ms
73
+ dtype: float64
74
+ - name: p90_tpot_ms
75
+ dtype: float64
76
+ - name: p99_tpot_ms
77
+ dtype: float64
78
+ - name: mean_itl_ms
79
+ dtype: float64
80
+ - name: median_itl_ms
81
+ dtype: float64
82
+ - name: p90_itl_ms
83
+ dtype: float64
84
+ - name: p99_itl_ms
85
+ dtype: float64
86
+ - name: mean_e2el_ms
87
+ dtype: float64
88
+ - name: median_e2el_ms
89
+ dtype: float64
90
+ - name: p90_e2el_ms
91
+ dtype: float64
92
+ - name: p99_e2el_ms
93
+ dtype: float64
94
+ splits:
95
+ - name: summary
96
+ num_examples: 2902
97
+ num_bytes: 640182
98
+ - config_name: distributional
99
+ features:
100
+ - name: run_id
101
+ dtype: string
102
+ - name: model
103
+ dtype: string
104
+ - name: model_family
105
+ dtype: string
106
+ - name: hardware
107
+ dtype: string
108
+ - name: engine
109
+ dtype: string
110
+ - name: tensor_parallelism
111
+ dtype: int64
112
+ - name: profile
113
+ dtype: string
114
+ - name: concurrency
115
+ dtype: int64
116
+ - name: num_requests
117
+ dtype: int64
118
+ - name: duration_s
119
+ dtype: float64
120
+ - name: request_throughput
121
+ dtype: float64
122
+ - name: input_token_throughput
123
+ dtype: float64
124
+ - name: output_token_throughput
125
+ dtype: float64
126
+ - name: total_token_throughput
127
+ dtype: float64
128
+ - name: mean_ttft_ms
129
+ dtype: float64
130
+ - name: median_ttft_ms
131
+ dtype: float64
132
+ - name: p90_ttft_ms
133
+ dtype: float64
134
+ - name: p99_ttft_ms
135
+ dtype: float64
136
+ - name: mean_tpot_ms
137
+ dtype: float64
138
+ - name: median_tpot_ms
139
+ dtype: float64
140
+ - name: p90_tpot_ms
141
+ dtype: float64
142
+ - name: p99_tpot_ms
143
+ dtype: float64
144
+ - name: mean_itl_ms
145
+ dtype: float64
146
+ - name: median_itl_ms
147
+ dtype: float64
148
+ - name: p90_itl_ms
149
+ dtype: float64
150
+ - name: p99_itl_ms
151
+ dtype: float64
152
+ - name: mean_e2el_ms
153
+ dtype: float64
154
+ - name: median_e2el_ms
155
+ dtype: float64
156
+ - name: p90_e2el_ms
157
+ dtype: float64
158
+ - name: p99_e2el_ms
159
+ dtype: float64
160
+ splits:
161
+ - name: summary
162
+ num_examples: 245
163
+ num_bytes: 70836
164
+ - config_name: kernels_labeled
165
+ features:
166
+ - name: source
167
+ dtype: string
168
+ - name: gpu
169
+ dtype: string
170
+ - name: model
171
+ dtype: string
172
+ - name: kernel_family
173
+ dtype: string
174
+ - name: kernel_name
175
+ dtype: string
176
+ - name: dtype
177
+ dtype: string
178
+ - name: held_out
179
+ dtype: bool
180
+ - name: M
181
+ dtype: float64
182
+ - name: N
183
+ dtype: float64
184
+ - name: K
185
+ dtype: float64
186
+ - name: bs
187
+ dtype: float64
188
+ - name: seq
189
+ dtype: float64
190
+ - name: n_heads
191
+ dtype: float64
192
+ - name: head_dim
193
+ dtype: float64
194
+ - name: kv_heads
195
+ dtype: float64
196
+ - name: numel
197
+ dtype: float64
198
+ - name: op_type
199
+ dtype: string
200
+ - name: gpu_time_duration_ms
201
+ dtype: float64
202
+ - name: launch_block_size
203
+ dtype: float64
204
+ - name: launch_grid_size
205
+ dtype: float64
206
+ - name: dram_bytes_sum
207
+ dtype: float64
208
+ - name: launch_registers_per_thread
209
+ dtype: float64
210
+ splits:
211
+ - name: train
212
+ num_examples: 148077
213
+ ---
214
+
215
+ # AgentPerfBench
216
+
217
+ LLM inference benchmark: 3,147 serving runs and 148,077 per-kernel NCU profiles across 9 models, 14 GPU configurations, and 2 serving engines (vLLM 0.19.0, SGLang 0.5.9). All models served in BF16 except gpt-oss, which uses mxfp4 for projection weights.
218
+
219
+ ## Dataset configurations
220
+
221
+ ### trace_replay (2,902 rows)
222
+
223
+ Replays exact ISL/OSL sequences from recorded agent sessions (SWE-Bench, TerminalBench, OSWorld, ShareGPT). 77 (model, hardware, engine) combinations, 17 profiles, 6 concurrency levels.
224
+
225
+ 17 profiles: `chat-medium`, `chat-multiturn-long`, `chat-multiturn-medium`, `chat-multiturn-short`, `chat-short`, `chat-singleturn`, `coding-singleturn`, `decode-heavy`, `osworld-multiturn-long`, `osworld-multiturn-medium`, `osworld-multiturn-short`, `prefill-heavy`, `random-1k`, `swebench-multiturn-medium`, `swebench-multiturn-short`, `terminalbench-multiturn-medium`, `terminalbench-multiturn-short`
226
+
227
+ ### distributional (245 rows)
228
+
229
+ ISL/OSL sampled from lognormal fits to real workload statistics. 42 combinations, 6 profiles, 7 concurrency levels.
230
+
231
+ 6 profiles: `chat-multiturn`, `chat-singleturn`, `coding-singleturn`, `osworld-multiturn`, `swebench-multiturn`, `terminalbench-multiturn`
232
+
233
+ ### kernels_labeled (148,077 rows)
234
+
235
+ Per-kernel Nsight Compute (ncu) profiles across 4 GPUs (A100, H100, RTX 3090, RTX 2080 Ti) and 13 model/sweep sources.
236
+
237
+ ### Concurrency filtering
238
+
239
+ Concurrency is controlled by a fixed-size connection pool. Trace replay uses levels {1, 5, 10, 20, 40, 80}; distributional uses {1, 5, 10, 40, 80, 200, 320}.
240
+
241
+ Early runs used a session-pool size smaller than the declared concurrency (`num_sessions=100` for trace replay, `num_sessions=10` for distributional), capping actual load below the nominal value. Rows where declared concurrency exceeded the session pool were dropped.
242
+
243
+ Configurations where fewer than 75% of requests completed successfully are excluded.
244
+
245
+ | Config | Rows |
246
+ |--------|------|
247
+ | trace_replay | 2,902 |
248
+ | distributional | 245 |
249
+ | **Total** | **3,147** |
250
+
251
+ ## Coverage
252
+
253
+ ### Hardware
254
+
255
+ All benchmarks collected on PyTorch 2.10.0.
256
+
257
+ | GPU | VRAM | HBM bandwidth | Peak half-precision TFLOPS |
258
+ |-----|------|---------------|---------------------------|
259
+ | NVIDIA H100 SXM | 80 GB | 3.35 TB/s | 989 |
260
+ | NVIDIA A100 SXM4 | 40 GB | 1.56 TB/s | 312 |
261
+ | NVIDIA RTX 3090 | 24 GB | 936 GB/s | 71 |
262
+ | NVIDIA RTX 2080 Ti | 11 GB | 616 GB/s | 27 |
263
+
264
+ Multi-GPU configurations: 1, 2, 4, or 8 GPUs with tensor parallelism.
265
+
266
+ ### Models
267
+
268
+ All models served in BF16 unless noted.
269
+
270
+ | Model | Family | Parameters | Architecture | Notes |
271
+ |-------|--------|-----------|--------------|-------|
272
+ | Llama-3.1-8B | Llama | 8B | Dense | |
273
+ | Llama-3.1-70B | Llama | 70B | Dense | |
274
+ | Llama-3.3-70B | Llama | 70B | Dense | |
275
+ | Qwen2.5-72B | Qwen | 72B | Dense | |
276
+ | Qwen3.5-9B | Qwen | 9B | Dense | |
277
+ | Qwen3.5-27B | Qwen | 27B | Dense | |
278
+ | Mixtral-8x7B | Mixtral | 46.7B (12.9B active) | MoE | |
279
+ | gpt-oss-20b | GPT-OSS | 21B (3.6B active) | MoE | mxfp4 projections |
280
+ | gpt-oss-120b | GPT-OSS | 117B (5.1B active) | MoE | mxfp4 projections |
281
+
282
+ ### Engines
283
+
284
+ - vLLM 0.19.0
285
+ - SGLang 0.5.9
286
+
287
+ ## Schema
288
+
289
+ Each row in `summary.parquet` (both configs):
290
+
291
+ | Column | Type | Description |
292
+ |--------|------|-------------|
293
+ | run_id | string | Deterministic hash of run parameters |
294
+ | model | string | Model short name |
295
+ | model_family | string | Model family (llama, qwen, gpt-oss, mixtral) |
296
+ | hardware | string | GPU configuration (e.g., H100x4) |
297
+ | engine | string | Serving engine (vllm, sglang) |
298
+ | tensor_parallelism | int | TP degree |
299
+ | profile | string | Workload profile name |
300
+ | concurrency | int | Concurrent request level |
301
+ | num_requests | int | Total requests in run |
302
+ | duration_s | float | Total run duration |
303
+ | request_throughput | float | Requests/second |
304
+ | input_token_throughput | float | Input tokens/second |
305
+ | output_token_throughput | float | Output tokens/second |
306
+ | total_token_throughput | float | Total tokens/second |
307
+ | mean/median/p90/p99_ttft_ms | float | Time to first token |
308
+ | mean/median/p90/p99_tpot_ms | float | Time per output token |
309
+ | mean/median/p90/p99_itl_ms | float | Inter-token latency |
310
+ | mean/median/p90/p99_e2el_ms | float | End-to-end latency |
311
+
312
+ ## Loading
313
+
314
+ ```python
315
+ from datasets import load_dataset
316
+
317
+ ds = load_dataset("agent-perf-bench/AgentPerfBench", "trace_replay")
318
+ # or "distributional", "kernels_labeled"
319
+ ```
320
+
321
+ ## Benchmark methodology
322
+
323
+ - Closed-loop concurrency with semaphore control.
324
+ - 3-request warmup before each configuration.
325
+ - Metrics: TTFT, TPOT, ITL, E2EL, request throughput, token throughput (mean, median, p90, p99).
326
+ - Metrics computed over successful requests only.
327
+ - Collection period: March 2026 onwards.
328
+
329
+ ## Limitations
330
+
331
+ - Distributional profiles are fitted approximations, not direct production replays.
332
+ - Closed-loop concurrency only; no open-loop (Poisson) arrivals.
333
+
334
+ ## Ethical considerations
335
+
336
+ No PII. Trace-replay profiles derive from open benchmarks (SWE-Bench MIT, TerminalBench, OSWorld). Synthetic profiles use random tokens.
337
+
338
+ ## License
339
+
340
+ Benchmark data released under Apache-2.0. Source datasets retain their original licenses.
341
+
342
+ ## Source datasets
343
+
344
+ - [SWE-Bench](https://github.com/princeton-nlp/SWE-bench) (MIT)
345
+ - [TerminalBench](https://github.com/TerminalBench/TerminalBench)
346
+ - [ShareGPT (Aeala/ShareGPT_Vicuna_unfiltered)](https://huggingface.co/datasets/Aeala/ShareGPT_Vicuna_unfiltered)
347
+ - [OSWorld](https://github.com/xlang-ai/OSWorld)
348
+
349
+ ## Citation
350
+
351
+ ```bibtex
352
+ @inproceedings{agentperfbench2026,
353
+ title={AgentPerfBench: A Benchmarking and Evaluation Suite for Inference Performance of Agentic LLMs},
354
+ author={Anonymous},
355
+ booktitle={NeurIPS 2026 Evaluations and Datasets Track},
356
+ year={2026}
357
+ }
358
+ ```
 
 
 
 
 
 
 
 
croissant.json CHANGED
@@ -1,501 +1,501 @@
1
- {
2
- "@context": {
3
- "@language": "en",
4
- "@vocab": "https://schema.org/",
5
- "citeAs": "cr:citeAs",
6
- "column": "cr:column",
7
- "conformsTo": "dct:conformsTo",
8
- "cr": "http://mlcommons.org/croissant/",
9
- "data": {
10
- "@id": "cr:data",
11
- "@type": "@json"
12
- },
13
- "dataType": {
14
- "@id": "cr:dataType",
15
- "@type": "@vocab"
16
- },
17
- "dct": "http://purl.org/dc/terms/",
18
- "equivalentProperty": "cr:equivalentProperty",
19
- "examples": {
20
- "@id": "cr:examples",
21
- "@type": "@json"
22
- },
23
- "extract": "cr:extract",
24
- "field": "cr:field",
25
- "fileObject": "cr:fileObject",
26
- "fileProperty": "cr:fileProperty",
27
- "fileSet": "cr:fileSet",
28
- "format": "cr:format",
29
- "includes": "cr:includes",
30
- "isLiveDataset": "cr:isLiveDataset",
31
- "jsonPath": "cr:jsonPath",
32
- "key": "cr:key",
33
- "md5": "cr:md5",
34
- "parentField": "cr:parentField",
35
- "path": "cr:path",
36
- "rai": "http://mlcommons.org/croissant/RAI/",
37
- "recordSet": "cr:recordSet",
38
- "references": "cr:references",
39
- "regex": "cr:regex",
40
- "repeated": "cr:repeated",
41
- "replace": "cr:replace",
42
- "samplingRate": "cr:samplingRate",
43
- "prov": "http://www.w3.org/ns/prov#",
44
- "sc": "https://schema.org/",
45
- "separator": "cr:separator",
46
- "source": "cr:source",
47
- "subField": "cr:subField",
48
- "transform": "cr:transform"
49
- },
50
- "@type": "sc:Dataset",
51
- "name": "AgentPerfBench",
52
- "description": "LLM inference benchmark dataset measuring serving performance (TTFT, TPOT, throughput) across 9 models, 4 GPU platforms, 2 serving engines under agentic and chat workloads. Three configurations: trace_replay, distributional, and kernels_labeled.",
53
- "url": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench",
54
- "license": "https://spdx.org/licenses/Apache-2.0.html",
55
- "conformsTo": "http://mlcommons.org/croissant/1.1",
56
- "datePublished": "2026-05-04",
57
- "version": "1.0",
58
- "citeAs": "@inproceedings{agentperfbench2026, title={AgentPerfBench: A Benchmarking and Evaluation Suite for Inference Performance of Agentic LLMs}, author={Anonymous}, booktitle={NeurIPS 2026 Evaluations and Datasets Track}, year={2026}}",
59
- "creator": {
60
- "@type": "sc:Organization",
61
- "name": "Anonymous (under review)"
62
- },
63
- "distribution": [
64
- {
65
- "@type": "cr:FileObject",
66
- "@id": "trace-replay-summary-parquet",
67
- "name": "trace_replay/summary.parquet",
68
- "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/trace_replay/summary.parquet",
69
- "encodingFormat": "application/x-parquet",
70
- "sha256": "a9cd2565a9292e75f54791e8108f2491b7bb371fdfeeefb81cdb00833860dd23"
71
- },
72
- {
73
- "@type": "cr:FileObject",
74
- "@id": "distributional-summary-parquet",
75
- "name": "distributional/summary.parquet",
76
- "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/distributional/summary.parquet",
77
- "encodingFormat": "application/x-parquet",
78
- "sha256": "bb9a48351e0b612b3125c5d0a8e200638d790269f821e45aae342a4042bfd951"
79
- },
80
- {
81
- "@type": "cr:FileObject",
82
- "@id": "kernels-labeled-parquet",
83
- "name": "kernel_profiles/kernels_labeled.parquet",
84
- "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/kernel_profiles/kernels_labeled.parquet",
85
- "encodingFormat": "application/x-parquet",
86
- "sha256": "05571ee61fe97beac7f3d0b0e8be07a0feeca00cee9b308cd469a57cd4c9b671"
87
- }
88
- ],
89
- "recordSet": [
90
- {
91
- "@type": "cr:RecordSet",
92
- "@id": "trace-replay-summary",
93
- "name": "Trace Replay Summary",
94
- "description": "One row per benchmark configuration from trace replay runs (empirical agent session replays).",
95
- "field": [
96
- {
97
- "@type": "cr:Field",
98
- "@id": "trace-replay-summary/run_id",
99
- "name": "run_id",
100
- "dataType": "sc:Text",
101
- "source": {
102
- "fileObject": {
103
- "@id": "trace-replay-summary-parquet"
104
- },
105
- "extract": {
106
- "column": "run_id"
107
- }
108
- }
109
- },
110
- {
111
- "@type": "cr:Field",
112
- "@id": "trace-replay-summary/model",
113
- "name": "model",
114
- "dataType": "sc:Text",
115
- "source": {
116
- "fileObject": {
117
- "@id": "trace-replay-summary-parquet"
118
- },
119
- "extract": {
120
- "column": "model"
121
- }
122
- }
123
- },
124
- {
125
- "@type": "cr:Field",
126
- "@id": "trace-replay-summary/hardware",
127
- "name": "hardware",
128
- "dataType": "sc:Text",
129
- "source": {
130
- "fileObject": {
131
- "@id": "trace-replay-summary-parquet"
132
- },
133
- "extract": {
134
- "column": "hardware"
135
- }
136
- }
137
- },
138
- {
139
- "@type": "cr:Field",
140
- "@id": "trace-replay-summary/engine",
141
- "name": "engine",
142
- "dataType": "sc:Text",
143
- "source": {
144
- "fileObject": {
145
- "@id": "trace-replay-summary-parquet"
146
- },
147
- "extract": {
148
- "column": "engine"
149
- }
150
- }
151
- },
152
- {
153
- "@type": "cr:Field",
154
- "@id": "trace-replay-summary/profile",
155
- "name": "profile",
156
- "dataType": "sc:Text",
157
- "source": {
158
- "fileObject": {
159
- "@id": "trace-replay-summary-parquet"
160
- },
161
- "extract": {
162
- "column": "profile"
163
- }
164
- }
165
- },
166
- {
167
- "@type": "cr:Field",
168
- "@id": "trace-replay-summary/concurrency",
169
- "name": "concurrency",
170
- "dataType": "sc:Integer",
171
- "source": {
172
- "fileObject": {
173
- "@id": "trace-replay-summary-parquet"
174
- },
175
- "extract": {
176
- "column": "concurrency"
177
- }
178
- }
179
- },
180
- {
181
- "@type": "cr:Field",
182
- "@id": "trace-replay-summary/request_throughput",
183
- "name": "request_throughput",
184
- "dataType": "sc:Float",
185
- "source": {
186
- "fileObject": {
187
- "@id": "trace-replay-summary-parquet"
188
- },
189
- "extract": {
190
- "column": "request_throughput"
191
- }
192
- }
193
- },
194
- {
195
- "@type": "cr:Field",
196
- "@id": "trace-replay-summary/median_ttft_ms",
197
- "name": "median_ttft_ms",
198
- "dataType": "sc:Float",
199
- "source": {
200
- "fileObject": {
201
- "@id": "trace-replay-summary-parquet"
202
- },
203
- "extract": {
204
- "column": "median_ttft_ms"
205
- }
206
- }
207
- },
208
- {
209
- "@type": "cr:Field",
210
- "@id": "trace-replay-summary/median_tpot_ms",
211
- "name": "median_tpot_ms",
212
- "dataType": "sc:Float",
213
- "source": {
214
- "fileObject": {
215
- "@id": "trace-replay-summary-parquet"
216
- },
217
- "extract": {
218
- "column": "median_tpot_ms"
219
- }
220
- }
221
- }
222
- ]
223
- },
224
- {
225
- "@type": "cr:RecordSet",
226
- "@id": "distributional-summary",
227
- "name": "Distributional Summary",
228
- "description": "One row per benchmark configuration from distributional runs (statistical sampling from lognormal fits to recorded workload statistics).",
229
- "field": [
230
- {
231
- "@type": "cr:Field",
232
- "@id": "distributional-summary/run_id",
233
- "name": "run_id",
234
- "dataType": "sc:Text",
235
- "source": {
236
- "fileObject": {
237
- "@id": "distributional-summary-parquet"
238
- },
239
- "extract": {
240
- "column": "run_id"
241
- }
242
- }
243
- },
244
- {
245
- "@type": "cr:Field",
246
- "@id": "distributional-summary/model",
247
- "name": "model",
248
- "dataType": "sc:Text",
249
- "source": {
250
- "fileObject": {
251
- "@id": "distributional-summary-parquet"
252
- },
253
- "extract": {
254
- "column": "model"
255
- }
256
- }
257
- },
258
- {
259
- "@type": "cr:Field",
260
- "@id": "distributional-summary/hardware",
261
- "name": "hardware",
262
- "dataType": "sc:Text",
263
- "source": {
264
- "fileObject": {
265
- "@id": "distributional-summary-parquet"
266
- },
267
- "extract": {
268
- "column": "hardware"
269
- }
270
- }
271
- },
272
- {
273
- "@type": "cr:Field",
274
- "@id": "distributional-summary/engine",
275
- "name": "engine",
276
- "dataType": "sc:Text",
277
- "source": {
278
- "fileObject": {
279
- "@id": "distributional-summary-parquet"
280
- },
281
- "extract": {
282
- "column": "engine"
283
- }
284
- }
285
- },
286
- {
287
- "@type": "cr:Field",
288
- "@id": "distributional-summary/profile",
289
- "name": "profile",
290
- "dataType": "sc:Text",
291
- "source": {
292
- "fileObject": {
293
- "@id": "distributional-summary-parquet"
294
- },
295
- "extract": {
296
- "column": "profile"
297
- }
298
- }
299
- },
300
- {
301
- "@type": "cr:Field",
302
- "@id": "distributional-summary/concurrency",
303
- "name": "concurrency",
304
- "dataType": "sc:Integer",
305
- "source": {
306
- "fileObject": {
307
- "@id": "distributional-summary-parquet"
308
- },
309
- "extract": {
310
- "column": "concurrency"
311
- }
312
- }
313
- },
314
- {
315
- "@type": "cr:Field",
316
- "@id": "distributional-summary/request_throughput",
317
- "name": "request_throughput",
318
- "dataType": "sc:Float",
319
- "source": {
320
- "fileObject": {
321
- "@id": "distributional-summary-parquet"
322
- },
323
- "extract": {
324
- "column": "request_throughput"
325
- }
326
- }
327
- },
328
- {
329
- "@type": "cr:Field",
330
- "@id": "distributional-summary/median_ttft_ms",
331
- "name": "median_ttft_ms",
332
- "dataType": "sc:Float",
333
- "source": {
334
- "fileObject": {
335
- "@id": "distributional-summary-parquet"
336
- },
337
- "extract": {
338
- "column": "median_ttft_ms"
339
- }
340
- }
341
- },
342
- {
343
- "@type": "cr:Field",
344
- "@id": "distributional-summary/median_tpot_ms",
345
- "name": "median_tpot_ms",
346
- "dataType": "sc:Float",
347
- "source": {
348
- "fileObject": {
349
- "@id": "distributional-summary-parquet"
350
- },
351
- "extract": {
352
- "column": "median_tpot_ms"
353
- }
354
- }
355
- }
356
- ]
357
- },
358
- {
359
- "@type": "cr:RecordSet",
360
- "@id": "kernels-labeled",
361
- "name": "Kernels Labeled",
362
- "description": "Per-kernel Nsight Compute (ncu) hardware counter profiles. Individual kernel invocations across 4 GPUs and 13 model/sweep sources.",
363
- "field": [
364
- {
365
- "@type": "cr:Field",
366
- "@id": "kernels-labeled/source",
367
- "name": "source",
368
- "dataType": "sc:Text",
369
- "source": {
370
- "fileObject": {
371
- "@id": "kernels-labeled-parquet"
372
- },
373
- "extract": {
374
- "column": "source"
375
- }
376
- }
377
- },
378
- {
379
- "@type": "cr:Field",
380
- "@id": "kernels-labeled/gpu",
381
- "name": "gpu",
382
- "dataType": "sc:Text",
383
- "source": {
384
- "fileObject": {
385
- "@id": "kernels-labeled-parquet"
386
- },
387
- "extract": {
388
- "column": "gpu"
389
- }
390
- }
391
- },
392
- {
393
- "@type": "cr:Field",
394
- "@id": "kernels-labeled/model",
395
- "name": "model",
396
- "dataType": "sc:Text",
397
- "source": {
398
- "fileObject": {
399
- "@id": "kernels-labeled-parquet"
400
- },
401
- "extract": {
402
- "column": "model"
403
- }
404
- }
405
- },
406
- {
407
- "@type": "cr:Field",
408
- "@id": "kernels-labeled/kernel_family",
409
- "name": "kernel_family",
410
- "dataType": "sc:Text",
411
- "source": {
412
- "fileObject": {
413
- "@id": "kernels-labeled-parquet"
414
- },
415
- "extract": {
416
- "column": "kernel_family"
417
- }
418
- }
419
- },
420
- {
421
- "@type": "cr:Field",
422
- "@id": "kernels-labeled/kernel_name",
423
- "name": "kernel_name",
424
- "dataType": "sc:Text",
425
- "source": {
426
- "fileObject": {
427
- "@id": "kernels-labeled-parquet"
428
- },
429
- "extract": {
430
- "column": "kernel_name"
431
- }
432
- }
433
- },
434
- {
435
- "@type": "cr:Field",
436
- "@id": "kernels-labeled/gpu_time_duration_ms",
437
- "name": "gpu_time_duration_ms",
438
- "dataType": "sc:Float",
439
- "source": {
440
- "fileObject": {
441
- "@id": "kernels-labeled-parquet"
442
- },
443
- "extract": {
444
- "column": "gpu_time_duration_ms"
445
- }
446
- }
447
- },
448
- {
449
- "@type": "cr:Field",
450
- "@id": "kernels-labeled/dram_bytes_sum",
451
- "name": "dram_bytes_sum",
452
- "dataType": "sc:Float",
453
- "source": {
454
- "fileObject": {
455
- "@id": "kernels-labeled-parquet"
456
- },
457
- "extract": {
458
- "column": "dram_bytes_sum"
459
- }
460
- }
461
- }
462
- ]
463
- }
464
- ],
465
- "rai:dataLimitations": "Results cover NVIDIA H100, A100, RTX 3090, and RTX 2080 Ti GPUs only and may not generalize to other accelerators (AMD, Intel, TPU). Benchmark configurations are pinned to vLLM 0.19.0 and SGLang 0.5.9; results do not represent other engine versions. Concurrency levels (1-320) may not cover extreme-scale deployments. Not recommended as sole basis for hardware purchasing decisions or for comparing model task quality.",
466
- "rai:dataBiases": "Model selection over-represents Meta Llama and Alibaba Qwen families. Hardware is exclusively NVIDIA GPUs. Workload profiles are author-designed approximations of production traffic; real deployment patterns may differ.",
467
- "rai:personalSensitiveInformation": "No personally identifiable information is present. All API endpoints and credentials are stripped. Workload traces use synthetic random tokens or publicly available coding benchmarks.",
468
- "rai:dataUseCases": "Established uses: relative comparison of inference engine throughput, latency benchmarking under controlled conditions, TTFT scaling with context length in multi-turn sessions, per-kernel performance modelling. Not established: absolute latency prediction for production, model quality comparison, cost estimation.",
469
- "rai:dataSocialImpact": "Enables reproducible comparison of open-source LLM serving systems, supporting infrastructure research and reducing vendor lock-in.",
470
- "rai:hasSyntheticData": true,
471
- "prov:wasDerivedFrom": [
472
- {
473
- "@id": "https://huggingface.co/datasets/princeton-nlp/SWE-bench",
474
- "name": "SWE-Bench"
475
- },
476
- {
477
- "@id": "https://github.com/TerminalBench/TerminalBench",
478
- "name": "TerminalBench"
479
- },
480
- {
481
- "@id": "https://github.com/xlang-ai/OSWorld",
482
- "name": "OSWorld"
483
- },
484
- {
485
- "@id": "https://huggingface.co/datasets/Aeala/ShareGPT_Vicuna_unfiltered",
486
- "name": "ShareGPT"
487
- }
488
- ],
489
- "prov:wasGeneratedBy": {
490
- "@type": "prov:Activity",
491
- "name": "AgentPerfBench benchmark collection",
492
- "description": "Deploy model on target GPU with specified engine and tensor parallelism. Send requests per configuration after warmup using closed-loop concurrency control. Record per-request TTFT, TPOT, ITL, E2EL, and token counts. Compute summary statistics. Sanitize credentials and convert to Parquet."
493
- },
494
- "rai:dataCollection": "Automated benchmark collection. Models deployed on target GPU with specified engine and tensor parallelism. Requests sent per workload profile using closed-loop concurrency control with semaphore. Per-request TTFT, TPOT, ITL, E2EL, and token counts recorded. Kernel profiles collected via Nsight Compute (ncu) with hardware counter metrics.",
495
- "rai:dataCollectionType": "Automated measurement via benchmarking scripts. No human subjects or crowdsourcing.",
496
- "rai:dataCollectionMissingData": "Some model-hardware-concurrency combinations are absent due to OOM or engine incompatibility. Concurrency levels exceeding the session-pool size were filtered (see Concurrency filtering in README).",
497
- "rai:dataPreprocessing": "Credentials and API endpoints stripped. Concurrency-buggy rows filtered. Summary statistics (mean, median, p90, p99) computed from per-request measurements. Kernel names demangled from NCU output.",
498
- "rai:dataAnnotationProtocol": "Not applicable. Fully automated benchmark collection with no human annotation.",
499
- "rai:dataAnnotationPlatform": "Not applicable. No human annotation.",
500
- "rai:dataAnnotationAnalysis": "Not applicable. No human annotation."
501
- }
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "data": {
10
+ "@id": "cr:data",
11
+ "@type": "@json"
12
+ },
13
+ "dataType": {
14
+ "@id": "cr:dataType",
15
+ "@type": "@vocab"
16
+ },
17
+ "dct": "http://purl.org/dc/terms/",
18
+ "equivalentProperty": "cr:equivalentProperty",
19
+ "examples": {
20
+ "@id": "cr:examples",
21
+ "@type": "@json"
22
+ },
23
+ "extract": "cr:extract",
24
+ "field": "cr:field",
25
+ "fileObject": "cr:fileObject",
26
+ "fileProperty": "cr:fileProperty",
27
+ "fileSet": "cr:fileSet",
28
+ "format": "cr:format",
29
+ "includes": "cr:includes",
30
+ "isLiveDataset": "cr:isLiveDataset",
31
+ "jsonPath": "cr:jsonPath",
32
+ "key": "cr:key",
33
+ "md5": "cr:md5",
34
+ "parentField": "cr:parentField",
35
+ "path": "cr:path",
36
+ "rai": "http://mlcommons.org/croissant/RAI/",
37
+ "recordSet": "cr:recordSet",
38
+ "references": "cr:references",
39
+ "regex": "cr:regex",
40
+ "repeated": "cr:repeated",
41
+ "replace": "cr:replace",
42
+ "samplingRate": "cr:samplingRate",
43
+ "prov": "http://www.w3.org/ns/prov#",
44
+ "sc": "https://schema.org/",
45
+ "separator": "cr:separator",
46
+ "source": "cr:source",
47
+ "subField": "cr:subField",
48
+ "transform": "cr:transform"
49
+ },
50
+ "@type": "sc:Dataset",
51
+ "name": "AgentPerfBench",
52
+ "description": "LLM inference benchmark dataset measuring serving performance (TTFT, TPOT, throughput) across 9 models, 4 GPU platforms, 2 serving engines under agentic and chat workloads. Three configurations: trace_replay, distributional, and kernels_labeled.",
53
+ "url": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench",
54
+ "license": "https://spdx.org/licenses/Apache-2.0.html",
55
+ "conformsTo": "http://mlcommons.org/croissant/1.1",
56
+ "datePublished": "2026-05-04",
57
+ "version": "1.0",
58
+ "citeAs": "@inproceedings{agentperfbench2026, title={AgentPerfBench: A Benchmarking and Evaluation Suite for Inference Performance of Agentic LLMs}, author={Anonymous}, booktitle={NeurIPS 2026 Evaluations and Datasets Track}, year={2026}}",
59
+ "creator": {
60
+ "@type": "sc:Organization",
61
+ "name": "Anonymous (under review)"
62
+ },
63
+ "distribution": [
64
+ {
65
+ "@type": "cr:FileObject",
66
+ "@id": "trace-replay-summary-parquet",
67
+ "name": "trace_replay/summary.parquet",
68
+ "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/trace_replay/summary.parquet",
69
+ "encodingFormat": "application/x-parquet",
70
+ "sha256": "19dfc3ed8e2f09c52449045cded6bce29a00c0b9c4e563a407ed8e9960333da3"
71
+ },
72
+ {
73
+ "@type": "cr:FileObject",
74
+ "@id": "distributional-summary-parquet",
75
+ "name": "distributional/summary.parquet",
76
+ "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/distributional/summary.parquet",
77
+ "encodingFormat": "application/x-parquet",
78
+ "sha256": "67d63072831143e929e0b6d6464744756f783b53ac30fed0232bc01c601676ec"
79
+ },
80
+ {
81
+ "@type": "cr:FileObject",
82
+ "@id": "kernels-labeled-parquet",
83
+ "name": "kernel_profiles/kernels_labeled.parquet",
84
+ "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/kernel_profiles/kernels_labeled.parquet",
85
+ "encodingFormat": "application/x-parquet",
86
+ "sha256": "05571ee61fe97beac7f3d0b0e8be07a0feeca00cee9b308cd469a57cd4c9b671"
87
+ }
88
+ ],
89
+ "recordSet": [
90
+ {
91
+ "@type": "cr:RecordSet",
92
+ "@id": "trace-replay-summary",
93
+ "name": "Trace Replay Summary",
94
+ "description": "One row per benchmark configuration from trace replay runs (empirical agent session replays).",
95
+ "field": [
96
+ {
97
+ "@type": "cr:Field",
98
+ "@id": "trace-replay-summary/run_id",
99
+ "name": "run_id",
100
+ "dataType": "sc:Text",
101
+ "source": {
102
+ "fileObject": {
103
+ "@id": "trace-replay-summary-parquet"
104
+ },
105
+ "extract": {
106
+ "column": "run_id"
107
+ }
108
+ }
109
+ },
110
+ {
111
+ "@type": "cr:Field",
112
+ "@id": "trace-replay-summary/model",
113
+ "name": "model",
114
+ "dataType": "sc:Text",
115
+ "source": {
116
+ "fileObject": {
117
+ "@id": "trace-replay-summary-parquet"
118
+ },
119
+ "extract": {
120
+ "column": "model"
121
+ }
122
+ }
123
+ },
124
+ {
125
+ "@type": "cr:Field",
126
+ "@id": "trace-replay-summary/hardware",
127
+ "name": "hardware",
128
+ "dataType": "sc:Text",
129
+ "source": {
130
+ "fileObject": {
131
+ "@id": "trace-replay-summary-parquet"
132
+ },
133
+ "extract": {
134
+ "column": "hardware"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "@type": "cr:Field",
140
+ "@id": "trace-replay-summary/engine",
141
+ "name": "engine",
142
+ "dataType": "sc:Text",
143
+ "source": {
144
+ "fileObject": {
145
+ "@id": "trace-replay-summary-parquet"
146
+ },
147
+ "extract": {
148
+ "column": "engine"
149
+ }
150
+ }
151
+ },
152
+ {
153
+ "@type": "cr:Field",
154
+ "@id": "trace-replay-summary/profile",
155
+ "name": "profile",
156
+ "dataType": "sc:Text",
157
+ "source": {
158
+ "fileObject": {
159
+ "@id": "trace-replay-summary-parquet"
160
+ },
161
+ "extract": {
162
+ "column": "profile"
163
+ }
164
+ }
165
+ },
166
+ {
167
+ "@type": "cr:Field",
168
+ "@id": "trace-replay-summary/concurrency",
169
+ "name": "concurrency",
170
+ "dataType": "sc:Integer",
171
+ "source": {
172
+ "fileObject": {
173
+ "@id": "trace-replay-summary-parquet"
174
+ },
175
+ "extract": {
176
+ "column": "concurrency"
177
+ }
178
+ }
179
+ },
180
+ {
181
+ "@type": "cr:Field",
182
+ "@id": "trace-replay-summary/request_throughput",
183
+ "name": "request_throughput",
184
+ "dataType": "sc:Float",
185
+ "source": {
186
+ "fileObject": {
187
+ "@id": "trace-replay-summary-parquet"
188
+ },
189
+ "extract": {
190
+ "column": "request_throughput"
191
+ }
192
+ }
193
+ },
194
+ {
195
+ "@type": "cr:Field",
196
+ "@id": "trace-replay-summary/median_ttft_ms",
197
+ "name": "median_ttft_ms",
198
+ "dataType": "sc:Float",
199
+ "source": {
200
+ "fileObject": {
201
+ "@id": "trace-replay-summary-parquet"
202
+ },
203
+ "extract": {
204
+ "column": "median_ttft_ms"
205
+ }
206
+ }
207
+ },
208
+ {
209
+ "@type": "cr:Field",
210
+ "@id": "trace-replay-summary/median_tpot_ms",
211
+ "name": "median_tpot_ms",
212
+ "dataType": "sc:Float",
213
+ "source": {
214
+ "fileObject": {
215
+ "@id": "trace-replay-summary-parquet"
216
+ },
217
+ "extract": {
218
+ "column": "median_tpot_ms"
219
+ }
220
+ }
221
+ }
222
+ ]
223
+ },
224
+ {
225
+ "@type": "cr:RecordSet",
226
+ "@id": "distributional-summary",
227
+ "name": "Distributional Summary",
228
+ "description": "One row per benchmark configuration from distributional runs (statistical sampling from lognormal fits to recorded workload statistics).",
229
+ "field": [
230
+ {
231
+ "@type": "cr:Field",
232
+ "@id": "distributional-summary/run_id",
233
+ "name": "run_id",
234
+ "dataType": "sc:Text",
235
+ "source": {
236
+ "fileObject": {
237
+ "@id": "distributional-summary-parquet"
238
+ },
239
+ "extract": {
240
+ "column": "run_id"
241
+ }
242
+ }
243
+ },
244
+ {
245
+ "@type": "cr:Field",
246
+ "@id": "distributional-summary/model",
247
+ "name": "model",
248
+ "dataType": "sc:Text",
249
+ "source": {
250
+ "fileObject": {
251
+ "@id": "distributional-summary-parquet"
252
+ },
253
+ "extract": {
254
+ "column": "model"
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "@type": "cr:Field",
260
+ "@id": "distributional-summary/hardware",
261
+ "name": "hardware",
262
+ "dataType": "sc:Text",
263
+ "source": {
264
+ "fileObject": {
265
+ "@id": "distributional-summary-parquet"
266
+ },
267
+ "extract": {
268
+ "column": "hardware"
269
+ }
270
+ }
271
+ },
272
+ {
273
+ "@type": "cr:Field",
274
+ "@id": "distributional-summary/engine",
275
+ "name": "engine",
276
+ "dataType": "sc:Text",
277
+ "source": {
278
+ "fileObject": {
279
+ "@id": "distributional-summary-parquet"
280
+ },
281
+ "extract": {
282
+ "column": "engine"
283
+ }
284
+ }
285
+ },
286
+ {
287
+ "@type": "cr:Field",
288
+ "@id": "distributional-summary/profile",
289
+ "name": "profile",
290
+ "dataType": "sc:Text",
291
+ "source": {
292
+ "fileObject": {
293
+ "@id": "distributional-summary-parquet"
294
+ },
295
+ "extract": {
296
+ "column": "profile"
297
+ }
298
+ }
299
+ },
300
+ {
301
+ "@type": "cr:Field",
302
+ "@id": "distributional-summary/concurrency",
303
+ "name": "concurrency",
304
+ "dataType": "sc:Integer",
305
+ "source": {
306
+ "fileObject": {
307
+ "@id": "distributional-summary-parquet"
308
+ },
309
+ "extract": {
310
+ "column": "concurrency"
311
+ }
312
+ }
313
+ },
314
+ {
315
+ "@type": "cr:Field",
316
+ "@id": "distributional-summary/request_throughput",
317
+ "name": "request_throughput",
318
+ "dataType": "sc:Float",
319
+ "source": {
320
+ "fileObject": {
321
+ "@id": "distributional-summary-parquet"
322
+ },
323
+ "extract": {
324
+ "column": "request_throughput"
325
+ }
326
+ }
327
+ },
328
+ {
329
+ "@type": "cr:Field",
330
+ "@id": "distributional-summary/median_ttft_ms",
331
+ "name": "median_ttft_ms",
332
+ "dataType": "sc:Float",
333
+ "source": {
334
+ "fileObject": {
335
+ "@id": "distributional-summary-parquet"
336
+ },
337
+ "extract": {
338
+ "column": "median_ttft_ms"
339
+ }
340
+ }
341
+ },
342
+ {
343
+ "@type": "cr:Field",
344
+ "@id": "distributional-summary/median_tpot_ms",
345
+ "name": "median_tpot_ms",
346
+ "dataType": "sc:Float",
347
+ "source": {
348
+ "fileObject": {
349
+ "@id": "distributional-summary-parquet"
350
+ },
351
+ "extract": {
352
+ "column": "median_tpot_ms"
353
+ }
354
+ }
355
+ }
356
+ ]
357
+ },
358
+ {
359
+ "@type": "cr:RecordSet",
360
+ "@id": "kernels-labeled",
361
+ "name": "Kernels Labeled",
362
+ "description": "Per-kernel Nsight Compute (ncu) hardware counter profiles. Individual kernel invocations across 4 GPUs and 13 model/sweep sources.",
363
+ "field": [
364
+ {
365
+ "@type": "cr:Field",
366
+ "@id": "kernels-labeled/source",
367
+ "name": "source",
368
+ "dataType": "sc:Text",
369
+ "source": {
370
+ "fileObject": {
371
+ "@id": "kernels-labeled-parquet"
372
+ },
373
+ "extract": {
374
+ "column": "source"
375
+ }
376
+ }
377
+ },
378
+ {
379
+ "@type": "cr:Field",
380
+ "@id": "kernels-labeled/gpu",
381
+ "name": "gpu",
382
+ "dataType": "sc:Text",
383
+ "source": {
384
+ "fileObject": {
385
+ "@id": "kernels-labeled-parquet"
386
+ },
387
+ "extract": {
388
+ "column": "gpu"
389
+ }
390
+ }
391
+ },
392
+ {
393
+ "@type": "cr:Field",
394
+ "@id": "kernels-labeled/model",
395
+ "name": "model",
396
+ "dataType": "sc:Text",
397
+ "source": {
398
+ "fileObject": {
399
+ "@id": "kernels-labeled-parquet"
400
+ },
401
+ "extract": {
402
+ "column": "model"
403
+ }
404
+ }
405
+ },
406
+ {
407
+ "@type": "cr:Field",
408
+ "@id": "kernels-labeled/kernel_family",
409
+ "name": "kernel_family",
410
+ "dataType": "sc:Text",
411
+ "source": {
412
+ "fileObject": {
413
+ "@id": "kernels-labeled-parquet"
414
+ },
415
+ "extract": {
416
+ "column": "kernel_family"
417
+ }
418
+ }
419
+ },
420
+ {
421
+ "@type": "cr:Field",
422
+ "@id": "kernels-labeled/kernel_name",
423
+ "name": "kernel_name",
424
+ "dataType": "sc:Text",
425
+ "source": {
426
+ "fileObject": {
427
+ "@id": "kernels-labeled-parquet"
428
+ },
429
+ "extract": {
430
+ "column": "kernel_name"
431
+ }
432
+ }
433
+ },
434
+ {
435
+ "@type": "cr:Field",
436
+ "@id": "kernels-labeled/gpu_time_duration_ms",
437
+ "name": "gpu_time_duration_ms",
438
+ "dataType": "sc:Float",
439
+ "source": {
440
+ "fileObject": {
441
+ "@id": "kernels-labeled-parquet"
442
+ },
443
+ "extract": {
444
+ "column": "gpu_time_duration_ms"
445
+ }
446
+ }
447
+ },
448
+ {
449
+ "@type": "cr:Field",
450
+ "@id": "kernels-labeled/dram_bytes_sum",
451
+ "name": "dram_bytes_sum",
452
+ "dataType": "sc:Float",
453
+ "source": {
454
+ "fileObject": {
455
+ "@id": "kernels-labeled-parquet"
456
+ },
457
+ "extract": {
458
+ "column": "dram_bytes_sum"
459
+ }
460
+ }
461
+ }
462
+ ]
463
+ }
464
+ ],
465
+ "rai:dataLimitations": "Results cover NVIDIA H100, A100, RTX 3090, and RTX 2080 Ti GPUs only and may not generalize to other accelerators (AMD, Intel, TPU). Benchmark configurations are pinned to vLLM 0.19.0 and SGLang 0.5.9; results do not represent other engine versions. Concurrency levels (1-320) may not cover extreme-scale deployments. Not recommended as sole basis for hardware purchasing decisions or for comparing model task quality.",
466
+ "rai:dataBiases": "Model selection over-represents Meta Llama and Alibaba Qwen families. Hardware is exclusively NVIDIA GPUs. Workload profiles are author-designed approximations of production traffic; real deployment patterns may differ.",
467
+ "rai:personalSensitiveInformation": "No personally identifiable information is present. All API endpoints and credentials are stripped. Workload traces use synthetic random tokens or publicly available coding benchmarks.",
468
+ "rai:dataUseCases": "Established uses: relative comparison of inference engine throughput, latency benchmarking under controlled conditions, TTFT scaling with context length in multi-turn sessions, per-kernel performance modelling. Not established: absolute latency prediction for production, model quality comparison, cost estimation.",
469
+ "rai:dataSocialImpact": "Enables reproducible comparison of open-source LLM serving systems, supporting infrastructure research and reducing vendor lock-in.",
470
+ "rai:hasSyntheticData": true,
471
+ "prov:wasDerivedFrom": [
472
+ {
473
+ "@id": "https://huggingface.co/datasets/princeton-nlp/SWE-bench",
474
+ "name": "SWE-Bench"
475
+ },
476
+ {
477
+ "@id": "https://github.com/TerminalBench/TerminalBench",
478
+ "name": "TerminalBench"
479
+ },
480
+ {
481
+ "@id": "https://github.com/xlang-ai/OSWorld",
482
+ "name": "OSWorld"
483
+ },
484
+ {
485
+ "@id": "https://huggingface.co/datasets/Aeala/ShareGPT_Vicuna_unfiltered",
486
+ "name": "ShareGPT"
487
+ }
488
+ ],
489
+ "prov:wasGeneratedBy": {
490
+ "@type": "prov:Activity",
491
+ "name": "AgentPerfBench benchmark collection",
492
+ "description": "Deploy model on target GPU with specified engine and tensor parallelism. Send requests per configuration after warmup using closed-loop concurrency control. Record per-request TTFT, TPOT, ITL, E2EL, and token counts. Compute summary statistics. Sanitize credentials and convert to Parquet."
493
+ },
494
+ "rai:dataCollection": "Automated benchmark collection. Models deployed on target GPU with specified engine and tensor parallelism. Requests sent per workload profile using closed-loop concurrency control with semaphore. Per-request TTFT, TPOT, ITL, E2EL, and token counts recorded. Kernel profiles collected via Nsight Compute (ncu) with hardware counter metrics.",
495
+ "rai:dataCollectionType": "Automated measurement via benchmarking scripts. No human subjects or crowdsourcing.",
496
+ "rai:dataCollectionMissingData": "Some model-hardware-concurrency combinations are absent due to OOM or engine incompatibility. Concurrency levels exceeding the session-pool size were filtered (see Concurrency filtering in README).",
497
+ "rai:dataPreprocessing": "Credentials and API endpoints stripped. Concurrency-buggy rows filtered. Configurations with completion rates below 75% are excluded. Summary statistics (mean, median, p90, p99) computed from per-request measurements. Kernel names demangled from NCU output.",
498
+ "rai:dataAnnotationProtocol": "Not applicable. Fully automated benchmark collection with no human annotation.",
499
+ "rai:dataAnnotationPlatform": "Not applicable. No human annotation.",
500
+ "rai:dataAnnotationAnalysis": "Not applicable. No human annotation."
501
+ }
distributional/summary.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb9a48351e0b612b3125c5d0a8e200638d790269f821e45aae342a4042bfd951
3
- size 70836
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67d63072831143e929e0b6d6464744756f783b53ac30fed0232bc01c601676ec
3
+ size 68747
trace_replay/summary.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9cd2565a9292e75f54791e8108f2491b7bb371fdfeeefb81cdb00833860dd23
3
- size 694254
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19dfc3ed8e2f09c52449045cded6bce29a00c0b9c4e563a407ed8e9960333da3
3
+ size 633996