lynae-1219 commited on
Commit
cc65b69
·
verified ·
1 Parent(s): cdfb95b

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -24,6 +24,10 @@ configs:
24
  data_files:
25
  - split: summary
26
  path: synthetic_distributional/summary.parquet
 
 
 
 
27
  - config_name: kernels_labeled
28
  data_files:
29
  - split: train
@@ -32,10 +36,6 @@ configs:
32
  data_files:
33
  - split: summary
34
  path: mse_validation/summary.parquet
35
- - config_name: layer_roofline
36
- data_files:
37
- - split: summary
38
- path: layer_roofline/summary.parquet
39
  dataset_info:
40
  - config_name: trace_replay
41
  features:
@@ -59,10 +59,6 @@ dataset_info:
59
  dtype: int64
60
  - name: duration_s
61
  dtype: float64
62
- - name: successful_requests
63
- dtype: int64
64
- - name: failed_requests
65
- dtype: int64
66
  - name: request_throughput
67
  dtype: float64
68
  - name: input_token_throughput
@@ -105,8 +101,8 @@ dataset_info:
105
  dtype: float64
106
  splits:
107
  - name: summary
108
- num_examples: 3147
109
- num_bytes: 694254
110
  - config_name: synthetic_distributional
111
  features:
112
  - name: run_id
@@ -129,10 +125,6 @@ dataset_info:
129
  dtype: int64
130
  - name: duration_s
131
  dtype: float64
132
- - name: successful_requests
133
- dtype: int64
134
- - name: failed_requests
135
- dtype: int64
136
  - name: request_throughput
137
  dtype: float64
138
  - name: input_token_throughput
@@ -175,8 +167,62 @@ dataset_info:
175
  dtype: float64
176
  splits:
177
  - name: summary
178
- num_examples: 245
179
  num_bytes: 70836
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  - config_name: kernels_labeled
181
  features:
182
  - name: source
@@ -228,25 +274,7 @@ dataset_info:
228
  num_examples: 148077
229
  - config_name: mse_validation
230
  features:
231
- - name: validation_id
232
- dtype: string
233
- - name: tier
234
- dtype: string
235
- - name: stage
236
- dtype: string
237
- - name: stage_label
238
- dtype: string
239
- - name: comparison_group
240
- dtype: string
241
- - name: raw_json_r2_uri
242
- dtype: string
243
- - name: per_turn_json_r2_uri
244
- dtype: string
245
- - name: replay_kind
246
- dtype: string
247
- - name: workload
248
- dtype: string
249
- - name: profile
250
  dtype: string
251
  - name: model
252
  dtype: string
@@ -254,187 +282,52 @@ dataset_info:
254
  dtype: string
255
  - name: engine
256
  dtype: string
257
- - name: tensor_parallelism
258
- dtype: int64
259
- - name: concurrency
260
- dtype: int64
261
- - name: sessions
262
- dtype: int64
263
- - name: source_locked
264
- dtype: bool
265
- - name: prefix_caching_state
266
- dtype: string
267
- - name: chunked_prefill
268
- dtype: string
269
- - name: prefix_aware_synthetic
270
- dtype: bool
271
- - name: shared_prefix_tokens
272
- dtype: int64
273
- - name: shared_prefix_block_aligned
274
- dtype: bool
275
- - name: synthetic_filler_style
276
  dtype: string
277
- - name: synthetic_target_chars_per_token
278
- dtype: float64
279
- - name: max_model_len
280
  dtype: int64
281
- - name: success_rate
282
- dtype: float64
283
  - name: num_requests
284
  dtype: int64
285
- - name: duration_s
286
- dtype: float64
287
  - name: successful_requests
288
  dtype: int64
289
  - name: failed_requests
290
  dtype: int64
291
- - name: request_throughput
292
- dtype: float64
293
- - name: input_token_throughput
294
- dtype: float64
295
- - name: output_token_throughput
296
  dtype: float64
297
- - name: total_token_throughput
298
  dtype: float64
299
  - name: mean_ttft_ms
300
  dtype: float64
301
- - name: median_ttft_ms
302
- dtype: float64
303
- - name: p90_ttft_ms
304
- dtype: float64
305
- - name: p99_ttft_ms
306
- dtype: float64
307
  - name: mean_tpot_ms
308
  dtype: float64
309
- - name: median_tpot_ms
310
- dtype: float64
311
- - name: p90_tpot_ms
312
- dtype: float64
313
- - name: p99_tpot_ms
314
- dtype: float64
315
- - name: mean_itl_ms
316
- dtype: float64
317
- - name: median_itl_ms
318
- dtype: float64
319
- - name: p90_itl_ms
320
- dtype: float64
321
- - name: p99_itl_ms
322
- dtype: float64
323
  - name: mean_e2el_ms
324
  dtype: float64
325
- - name: median_e2el_ms
326
- dtype: float64
327
- - name: p90_e2el_ms
328
- dtype: float64
329
- - name: p99_e2el_ms
330
- dtype: float64
331
  splits:
332
  - name: summary
333
  num_examples: 28
334
- num_bytes: 40940
335
- - config_name: layer_roofline
336
- features:
337
- - name: record_type
338
- dtype: string
339
- - name: source_file
340
- dtype: string
341
- - name: model
342
- dtype: string
343
- - name: hardware
344
- dtype: string
345
- - name: engine
346
- dtype: string
347
- - name: dtype
348
- dtype: string
349
- - name: tensor_parallelism
350
- dtype: int64
351
- - name: phase
352
- dtype: string
353
- - name: batch_size
354
- dtype: int64
355
- - name: sequence_length
356
- dtype: int64
357
- - name: q_len
358
- dtype: int64
359
- - name: kv_len
360
- dtype: int64
361
- - name: component_name
362
- dtype: string
363
- - name: component_bound
364
- dtype: string
365
- - name: flops
366
- dtype: float64
367
- - name: bytes
368
- dtype: float64
369
- - name: operational_intensity_flop_per_byte
370
- dtype: float64
371
- - name: ridge_point_flop_per_byte
372
- dtype: float64
373
- - name: total_flops
374
- dtype: float64
375
- - name: total_bytes
376
- dtype: float64
377
- - name: overall_bound
378
- dtype: string
379
- - name: kernel_id
380
- dtype: int64
381
- - name: kernel_name
382
- dtype: string
383
- - name: block_size
384
- dtype: string
385
- - name: grid_size
386
- dtype: string
387
- - name: duration_us
388
- dtype: float64
389
- - name: compute_sm_throughput_pct
390
- dtype: float64
391
- - name: dram_throughput_pct
392
- dtype: float64
393
- - name: memory_throughput_pct
394
- dtype: float64
395
- - name: l1_tex_cache_throughput_pct
396
- dtype: float64
397
- - name: l2_cache_throughput_pct
398
- dtype: float64
399
- - name: sm_frequency_ghz
400
- dtype: float64
401
- - name: dram_frequency_ghz
402
- dtype: float64
403
- - name: artifact_path
404
- dtype: string
405
- - name: artifact_kind
406
- dtype: string
407
- - name: artifact_bytes
408
- dtype: int64
409
- - name: artifact_description
410
- dtype: string
411
- - name: notes
412
- dtype: string
413
- splits:
414
- - name: summary
415
- num_examples: 56
416
- num_bytes: 27430
417
  ---
418
 
419
  # AgentPerfBench
420
 
421
- LLM inference benchmark: 3,392 main sweep rows measuring TTFT, TPOT, ITL, and throughput across 9 models, up to 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. The dataset also includes 148,077 per-kernel NCU profiles, 28 curated tabular MSE validation rows for the distributional synthetic replay generator, and 56 layer-roofline validation rows.
422
 
423
  ## Dataset configurations
424
 
425
- The dataset provides five configurations. `trace_replay` replays exact input/output sequences from recorded agent sessions. `synthetic_distributional` samples from statistical distributions fitted to those same workloads, trading fidelity for faster sweeps across the hardware matrix. `kernels_labeled` contains per-kernel Nsight Compute labels. `mse_validation` contains tabular paired synthetic-vs-real validation rows and ablations for the final APC-aware synthetic generator, with raw JSON artifacts referenced in R2 rather than stored in the dataset repo. `layer_roofline` exposes the per-layer roofline validation artifacts as a loadable tabular subset.
426
-
427
- ### trace_replay (3,147 rows)
428
 
429
- Replays exact ISL/OSL sequences from recorded agent sessions (SWE-Bench, TerminalBench, OSWorld, ShareGPT). Covers 77 unique (model, hardware, engine) combinations across 17 profiles and 6 concurrency levels. The full 5-dimensional matrix is 12.2% filled; not all models run on all hardware.
430
 
431
  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`
432
 
433
- ### synthetic_distributional (245 rows)
434
 
435
- Samples ISL/OSL from lognormal distributions fitted to real workload statistics. Covers 42 unique (model, hardware, engine) combinations across 6 profiles and 7 concurrency levels (3.0% matrix fill). `gpt-oss-120b`, `3090x8`, and `A100-40GBx8` are excluded from this configuration.
436
 
437
- 6 profiles: `chat-multiturn`, `chat-singleturn`, `coding-singleturn`, `osworld-multiturn`, `swebench-multiturn`, `terminalbench-multiturn`
 
 
 
 
438
 
439
  ### kernels_labeled (148,077 rows)
440
 
@@ -442,49 +335,27 @@ Per-kernel Nsight Compute (ncu) profiles across 4 GPUs (A100, H100, RTX 3090, RT
442
 
443
  ### mse_validation (28 rows)
444
 
445
- Curated H100 / Llama-3.1-8B / vLLM validation table for the distributional synthetic replay generator. The main rows keep paired MSE distributional replay and real trace replay runs with success rate at least 75%; supplementary rows preserve no-replacement and high-concurrency debug runs. Raw aggregate/per-turn JSON artifacts are referenced through R2 URI columns, not stored as dataset files.
446
-
447
- The headline SWE-bench C=5 source-locked cascade is:
448
-
449
- | Condition | Turn 10-19 E2EL delta |
450
- |-----------|----------------------:|
451
- | APC on, English filler, source-locked | +45.5% |
452
- | APC on, code-morph filler, no shared prefix | +31.1% |
453
- | APC off, code-morph filler, no shared prefix | +11.7% |
454
- | APC on, code-morph filler, 1024-token shared prefix | -3.2% |
455
-
456
- See `mse_validation/README.md`, `mse_validation/manifest.csv`, and `mse_validation/fidelity_deltas.csv` for the filtering rule and R2 raw-artifact URIs.
457
-
458
- ### layer_roofline (56 rows)
459
-
460
- Tabular view over the per-layer roofline evidence for Llama-3.1-8B on H100. This subset combines analytical component OI rows, selected NCU kernel summary rows, and an artifact manifest pointing to the raw `per_layer_oi_cf/` evidence files.
461
-
462
- Record types: `analytical_total`, `analytical_component`, `ncu_kernel`, `artifact`.
463
 
464
  ### Concurrency filtering
465
 
466
- The benchmark harness capped actual concurrent connections at the session pool size. Rows where declared concurrency exceeded the pool were excluded:
467
 
468
- - trace_replay: concurrency > 100 removed (session pool was 100). Remaining values: {1, 5, 10, 20, 40, 80}.
469
- - synthetic_distributional (pre-fix): concurrency > 10 removed (session pool was 10). Post-fix data has no cap. Remaining values: {1, 5, 10, 40, 80, 200, 320}.
470
 
471
  | Config | Rows |
472
  |--------|------|
473
- | trace_replay | 3,147 |
474
- | synthetic_distributional | 245 |
475
- | mse_validation | 28 |
476
- | layer_roofline | 56 |
477
  | kernels_labeled | 148,077 |
478
-
479
- ### Failed requests
480
-
481
- Some runs produce request failures, typically at high concurrency where the engine hits memory or timeout limits. 30.8% of trace_replay rows and 42% of synthetic_distributional rows have `failed_requests > 0`. Summary metrics (TTFT, TPOT, throughput) are computed from successful requests only.
482
 
483
  ## Coverage
484
 
485
  ### Hardware
486
 
487
- All benchmarks collected on PyTorch 2.10.0, CUDA 12.8.
488
 
489
  | GPU | VRAM | HBM bandwidth | Peak half-precision TFLOPS |
490
  |-----|------|---------------|---------------------------|
@@ -493,7 +364,7 @@ All benchmarks collected on PyTorch 2.10.0, CUDA 12.8.
493
  | NVIDIA RTX 3090 | 24 GB | 936 GB/s | 71 |
494
  | NVIDIA RTX 2080 Ti | 11 GB | 616 GB/s | 27 |
495
 
496
- Multi-GPU configurations: 1, 2, 4, or 8 GPUs with tensor parallelism. TP degree depends on model size and available GPUs.
497
 
498
  ### Models
499
 
@@ -511,8 +382,6 @@ All models served in BF16 unless noted.
511
  | gpt-oss-20b | GPT-OSS | 21B (3.6B active) | MoE | mxfp4 projections |
512
  | gpt-oss-120b | GPT-OSS | 117B (5.1B active) | MoE | mxfp4 projections |
513
 
514
- Model names in this table match the `model` column in the parquet files.
515
-
516
  ### Engines
517
 
518
  - vLLM 0.19.0
@@ -520,7 +389,7 @@ Model names in this table match the `model` column in the parquet files.
520
 
521
  ## Schema
522
 
523
- Each row in the serving `summary.parquet` configs:
524
 
525
  | Column | Type | Description |
526
  |--------|------|-------------|
@@ -534,8 +403,6 @@ Each row in the serving `summary.parquet` configs:
534
  | concurrency | int | Concurrent request level |
535
  | num_requests | int | Total requests in run |
536
  | duration_s | float | Total run duration |
537
- | successful_requests | int | Completed requests |
538
- | failed_requests | int | Failed requests |
539
  | request_throughput | float | Requests/second |
540
  | input_token_throughput | float | Input tokens/second |
541
  | output_token_throughput | float | Output tokens/second |
@@ -551,39 +418,21 @@ Each row in the serving `summary.parquet` configs:
551
  from datasets import load_dataset
552
 
553
  ds = load_dataset("agent-perf-bench/AgentPerfBench", "trace_replay")
554
- # or "synthetic_distributional", "kernels_labeled", "mse_validation", "layer_roofline"
555
  ```
556
 
557
  ## Benchmark methodology
558
 
559
  - Closed-loop concurrency with semaphore control.
560
- - Concurrency levels: {1, 5, 10, 20, 40, 80} (trace_replay), {1, 5, 10, 40, 80, 200, 320} (synthetic_distributional).
561
  - 3-request warmup before each configuration.
562
- - Metrics: TTFT, TPOT, ITL, E2EL, request throughput, token throughput.
563
- - Summary statistics: mean, median, p90, p99.
564
  - Collection period: March 2026 onwards.
565
- - PyTorch 2.10.0, CUDA 12.8 on all machines. All models served in BF16 (gpt-oss: mxfp4 projection weights).
566
-
567
- ## Future releases
568
-
569
- - Full per-request and multi-turn granularity data for the main sweep (pending raw JSON availability from collection infrastructure). Curated raw JSONs are referenced from R2 for `mse_validation`.
570
- - Additional per-kernel roofline profiles beyond the included `kernels_labeled`, `layer_roofline`, and raw `per_layer_oi_cf` artifacts.
571
- - This is version 1.0. Updates will be tagged with semantic versions.
572
-
573
- ## Intended uses
574
-
575
- - Inference engine comparison under controlled conditions.
576
- - Capacity planning for LLM deployments.
577
- - TTFT scaling with context length in multi-turn sessions.
578
 
579
  ## Limitations
580
 
581
- - Results are specific to tested hardware and software versions (vLLM 0.19.0, SGLang 0.5.9, PyTorch 2.10.0, CUDA 12.8).
582
- - Synthetic distributional profiles approximate but do not replicate production traffic patterns.
583
- - Consumer GPU coverage is limited to RTX 3090 and RTX 2080 Ti; no non-NVIDIA accelerators.
584
  - Closed-loop concurrency only; no open-loop (Poisson) arrivals.
585
- - The model-hardware-concurrency matrix is sparse (12.2% fill for trace_replay, 3.0% for synthetic_distributional). Not all model-hardware combinations are represented.
586
- - No model quality metrics. This is a systems benchmark.
587
 
588
  ## Ethical considerations
589
 
@@ -600,6 +449,12 @@ Benchmark data released under Apache-2.0. Source datasets retain their original
600
  - [ShareGPT (Aeala/ShareGPT_Vicuna_unfiltered)](https://huggingface.co/datasets/Aeala/ShareGPT_Vicuna_unfiltered)
601
  - [OSWorld](https://github.com/xlang-ai/OSWorld)
602
 
 
 
 
 
 
 
603
  ## Citation
604
 
605
  ```bibtex
 
24
  data_files:
25
  - split: summary
26
  path: synthetic_distributional/summary.parquet
27
+ - config_name: per_layer_kernel
28
+ data_files:
29
+ - split: summary
30
+ path: per_layer_kernel/summary.parquet
31
  - config_name: kernels_labeled
32
  data_files:
33
  - split: train
 
36
  data_files:
37
  - split: summary
38
  path: mse_validation/summary.parquet
 
 
 
 
39
  dataset_info:
40
  - config_name: trace_replay
41
  features:
 
59
  dtype: int64
60
  - name: duration_s
61
  dtype: float64
 
 
 
 
62
  - name: request_throughput
63
  dtype: float64
64
  - name: input_token_throughput
 
101
  dtype: float64
102
  splits:
103
  - name: summary
104
+ num_examples: 2932
105
+ num_bytes: 640182
106
  - config_name: synthetic_distributional
107
  features:
108
  - name: run_id
 
125
  dtype: int64
126
  - name: duration_s
127
  dtype: float64
 
 
 
 
128
  - name: request_throughput
129
  dtype: float64
130
  - name: input_token_throughput
 
167
  dtype: float64
168
  splits:
169
  - name: summary
170
+ num_examples: 223
171
  num_bytes: 70836
172
+ - config_name: per_layer_kernel
173
+ features:
174
+ - name: record_type
175
+ dtype: string
176
+ - name: model
177
+ dtype: string
178
+ - name: hardware
179
+ dtype: string
180
+ - name: phase
181
+ dtype: string
182
+ - name: batch_size
183
+ dtype: int64
184
+ - name: sequence_length
185
+ dtype: int64
186
+ - name: component_name
187
+ dtype: string
188
+ - name: bound
189
+ dtype: string
190
+ - name: flops
191
+ dtype: float64
192
+ - name: bytes_accessed
193
+ dtype: float64
194
+ - name: operational_intensity
195
+ dtype: float64
196
+ - name: ridge_point
197
+ dtype: float64
198
+ - name: kernel_id
199
+ dtype: int64
200
+ - name: kernel_name
201
+ dtype: string
202
+ - name: block_size
203
+ dtype: string
204
+ - name: grid_size
205
+ dtype: string
206
+ - name: duration_us
207
+ dtype: float64
208
+ - name: compute_sm_throughput_pct
209
+ dtype: float64
210
+ - name: dram_throughput_pct
211
+ dtype: float64
212
+ - name: memory_throughput_pct
213
+ dtype: float64
214
+ - name: l1_tex_cache_throughput_pct
215
+ dtype: float64
216
+ - name: l2_cache_throughput_pct
217
+ dtype: float64
218
+ - name: sm_frequency_ghz
219
+ dtype: float64
220
+ - name: dram_frequency_ghz
221
+ dtype: float64
222
+ splits:
223
+ - name: summary
224
+ num_examples: 37
225
+ num_bytes: 12000
226
  - config_name: kernels_labeled
227
  features:
228
  - name: source
 
274
  num_examples: 148077
275
  - config_name: mse_validation
276
  features:
277
+ - name: run_id
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
278
  dtype: string
279
  - name: model
280
  dtype: string
 
282
  dtype: string
283
  - name: engine
284
  dtype: string
285
+ - name: profile
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
286
  dtype: string
287
+ - name: concurrency
 
 
288
  dtype: int64
 
 
289
  - name: num_requests
290
  dtype: int64
 
 
291
  - name: successful_requests
292
  dtype: int64
293
  - name: failed_requests
294
  dtype: int64
295
+ - name: duration_s
 
 
 
 
296
  dtype: float64
297
+ - name: request_throughput
298
  dtype: float64
299
  - name: mean_ttft_ms
300
  dtype: float64
 
 
 
 
 
 
301
  - name: mean_tpot_ms
302
  dtype: float64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  - name: mean_e2el_ms
304
  dtype: float64
 
 
 
 
 
 
305
  splits:
306
  - name: summary
307
  num_examples: 28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
308
  ---
309
 
310
  # AgentPerfBench
311
 
312
+ LLM inference benchmark: 3,155 main sweep rows and 37 per-layer kernel validation rows, plus 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.
313
 
314
  ## Dataset configurations
315
 
316
+ ### trace_replay (2,932 rows)
 
 
317
 
318
+ Replays exact ISL/OSL sequences from recorded agent sessions (SWE-Bench, TerminalBench, OSWorld, ShareGPT). 77 unique (model, hardware, engine) combinations, 17 profiles, 6 concurrency levels {1, 5, 10, 20, 40, 80}, 11.4% matrix fill.
319
 
320
  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`
321
 
322
+ ### synthetic_distributional (223 rows)
323
 
324
+ ISL/OSL sampled from lognormal fits to real workload statistics. 46 unique (model, hardware, engine) combinations, 14 profiles, 3 concurrency levels {1, 5, 10}, 2.8% matrix fill.
325
 
326
+ 14 profiles: `chat-medium`, `chat-multiturn`, `chat-multiturn-long`, `chat-multiturn-medium`, `chat-multiturn-short`, `chat-short`, `chat-singleturn`, `coding-singleturn`, `osworld-multiturn`, `osworld-multiturn-long`, `osworld-multiturn-medium`, `swebench-multiturn`, `terminalbench-multiturn`, `terminalbench-multiturn-short`
327
+
328
+ ### per_layer_kernel (37 rows)
329
+
330
+ Per-component operational intensity decomposition and Nsight Compute kernel profiles for Llama-3.1-8B on H100 (prefill phase). Analytical rows provide computed FLOPs, bytes, and OI per model component at batch sizes 1 and 80. NCU rows report measured SM and memory throughput per kernel from an 8-layer forward pass. Record types: `analytical_total`, `analytical_component`, `ncu_kernel`.
331
 
332
  ### kernels_labeled (148,077 rows)
333
 
 
335
 
336
  ### mse_validation (28 rows)
337
 
338
+ Curated H100 / Llama-3.1-8B / vLLM validation table for the distributional synthetic replay generator. Paired synthetic and real trace replay runs; supplementary rows preserve no-replacement and high-concurrency debug runs. Raw JSON artifacts referenced through R2 URI columns. Per-run successful/failed request counts retained.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
 
340
  ### Concurrency filtering
341
 
342
+ trace_replay: concurrency > 100 removed. synthetic_distributional: concurrency > 10 removed.
343
 
344
+ Configurations where fewer than 75% of requests completed successfully are excluded. Summary metrics are computed from successful requests only.
 
345
 
346
  | Config | Rows |
347
  |--------|------|
348
+ | trace_replay | 2,932 |
349
+ | synthetic_distributional | 223 |
350
+ | per_layer_kernel | 37 |
 
351
  | kernels_labeled | 148,077 |
352
+ | mse_validation | 28 |
 
 
 
353
 
354
  ## Coverage
355
 
356
  ### Hardware
357
 
358
+ All benchmarks collected on PyTorch 2.10.0.
359
 
360
  | GPU | VRAM | HBM bandwidth | Peak half-precision TFLOPS |
361
  |-----|------|---------------|---------------------------|
 
364
  | NVIDIA RTX 3090 | 24 GB | 936 GB/s | 71 |
365
  | NVIDIA RTX 2080 Ti | 11 GB | 616 GB/s | 27 |
366
 
367
+ Multi-GPU configurations: 1, 2, 4, or 8 GPUs with tensor parallelism.
368
 
369
  ### Models
370
 
 
382
  | gpt-oss-20b | GPT-OSS | 21B (3.6B active) | MoE | mxfp4 projections |
383
  | gpt-oss-120b | GPT-OSS | 117B (5.1B active) | MoE | mxfp4 projections |
384
 
 
 
385
  ### Engines
386
 
387
  - vLLM 0.19.0
 
389
 
390
  ## Schema
391
 
392
+ Each row in `summary.parquet` (trace_replay and synthetic_distributional):
393
 
394
  | Column | Type | Description |
395
  |--------|------|-------------|
 
403
  | concurrency | int | Concurrent request level |
404
  | num_requests | int | Total requests in run |
405
  | duration_s | float | Total run duration |
 
 
406
  | request_throughput | float | Requests/second |
407
  | input_token_throughput | float | Input tokens/second |
408
  | output_token_throughput | float | Output tokens/second |
 
418
  from datasets import load_dataset
419
 
420
  ds = load_dataset("agent-perf-bench/AgentPerfBench", "trace_replay")
421
+ # or "synthetic_distributional", "per_layer_kernel", "kernels_labeled", "mse_validation"
422
  ```
423
 
424
  ## Benchmark methodology
425
 
426
  - Closed-loop concurrency with semaphore control.
 
427
  - 3-request warmup before each configuration.
428
+ - Metrics: TTFT, TPOT, ITL, E2EL, request throughput, token throughput (mean, median, p90, p99).
429
+ - Metrics computed over successful requests only.
430
  - Collection period: March 2026 onwards.
 
 
 
 
 
 
 
 
 
 
 
 
 
431
 
432
  ## Limitations
433
 
434
+ - Distributional profiles are fitted approximations, not direct production replays.
 
 
435
  - Closed-loop concurrency only; no open-loop (Poisson) arrivals.
 
 
436
 
437
  ## Ethical considerations
438
 
 
449
  - [ShareGPT (Aeala/ShareGPT_Vicuna_unfiltered)](https://huggingface.co/datasets/Aeala/ShareGPT_Vicuna_unfiltered)
450
  - [OSWorld](https://github.com/xlang-ai/OSWorld)
451
 
452
+ ## Future releases
453
+
454
+ - Additional hardware configurations and model families.
455
+ - Open-loop (Poisson) arrival mode.
456
+ - Additional per-kernel roofline profiles.
457
+
458
  ## Citation
459
 
460
  ```bibtex
croissant.json CHANGED
@@ -1,501 +1,952 @@
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, synthetic_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": "synthetic-distributional-summary-parquet",
75
- "name": "synthetic_distributional/summary.parquet",
76
- "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/synthetic_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": "synthetic-distributional-summary",
227
- "name": "Synthetic Distributional Summary",
228
- "description": "One row per benchmark configuration from synthetic distributional runs (statistical sampling from lognormal fits to recorded workload statistics).",
229
- "field": [
230
- {
231
- "@type": "cr:Field",
232
- "@id": "synthetic-distributional-summary/run_id",
233
- "name": "run_id",
234
- "dataType": "sc:Text",
235
- "source": {
236
- "fileObject": {
237
- "@id": "synthetic-distributional-summary-parquet"
238
- },
239
- "extract": {
240
- "column": "run_id"
241
- }
242
- }
243
- },
244
- {
245
- "@type": "cr:Field",
246
- "@id": "synthetic-distributional-summary/model",
247
- "name": "model",
248
- "dataType": "sc:Text",
249
- "source": {
250
- "fileObject": {
251
- "@id": "synthetic-distributional-summary-parquet"
252
- },
253
- "extract": {
254
- "column": "model"
255
- }
256
- }
257
- },
258
- {
259
- "@type": "cr:Field",
260
- "@id": "synthetic-distributional-summary/hardware",
261
- "name": "hardware",
262
- "dataType": "sc:Text",
263
- "source": {
264
- "fileObject": {
265
- "@id": "synthetic-distributional-summary-parquet"
266
- },
267
- "extract": {
268
- "column": "hardware"
269
- }
270
- }
271
- },
272
- {
273
- "@type": "cr:Field",
274
- "@id": "synthetic-distributional-summary/engine",
275
- "name": "engine",
276
- "dataType": "sc:Text",
277
- "source": {
278
- "fileObject": {
279
- "@id": "synthetic-distributional-summary-parquet"
280
- },
281
- "extract": {
282
- "column": "engine"
283
- }
284
- }
285
- },
286
- {
287
- "@type": "cr:Field",
288
- "@id": "synthetic-distributional-summary/profile",
289
- "name": "profile",
290
- "dataType": "sc:Text",
291
- "source": {
292
- "fileObject": {
293
- "@id": "synthetic-distributional-summary-parquet"
294
- },
295
- "extract": {
296
- "column": "profile"
297
- }
298
- }
299
- },
300
- {
301
- "@type": "cr:Field",
302
- "@id": "synthetic-distributional-summary/concurrency",
303
- "name": "concurrency",
304
- "dataType": "sc:Integer",
305
- "source": {
306
- "fileObject": {
307
- "@id": "synthetic-distributional-summary-parquet"
308
- },
309
- "extract": {
310
- "column": "concurrency"
311
- }
312
- }
313
- },
314
- {
315
- "@type": "cr:Field",
316
- "@id": "synthetic-distributional-summary/request_throughput",
317
- "name": "request_throughput",
318
- "dataType": "sc:Float",
319
- "source": {
320
- "fileObject": {
321
- "@id": "synthetic-distributional-summary-parquet"
322
- },
323
- "extract": {
324
- "column": "request_throughput"
325
- }
326
- }
327
- },
328
- {
329
- "@type": "cr:Field",
330
- "@id": "synthetic-distributional-summary/median_ttft_ms",
331
- "name": "median_ttft_ms",
332
- "dataType": "sc:Float",
333
- "source": {
334
- "fileObject": {
335
- "@id": "synthetic-distributional-summary-parquet"
336
- },
337
- "extract": {
338
- "column": "median_ttft_ms"
339
- }
340
- }
341
- },
342
- {
343
- "@type": "cr:Field",
344
- "@id": "synthetic-distributional-summary/median_tpot_ms",
345
- "name": "median_tpot_ms",
346
- "dataType": "sc:Float",
347
- "source": {
348
- "fileObject": {
349
- "@id": "synthetic-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
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 3,155 main sweep rows measuring TTFT, TPOT, ITL, and throughput across 9 models, up to 14 GPU configurations, and 2 serving engines (vLLM 0.19.0, SGLang 0.5.9). Also includes 148,077 per-kernel NCU profiles, 28 MSE validation rows, and 37 per-layer kernel validation rows.",
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": "568efbdae473a830ba792317fb09cfba0ea4f667db67b93d28e72637a5c71d1e"
71
+ },
72
+ {
73
+ "@type": "cr:FileObject",
74
+ "@id": "synthetic-distributional-summary-parquet",
75
+ "name": "synthetic_distributional/summary.parquet",
76
+ "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/synthetic_distributional/summary.parquet",
77
+ "encodingFormat": "application/x-parquet",
78
+ "sha256": "0fd6ff9f802f9465a4618dfe8d5d426013028565e08ef5024f4302b9126a05a5"
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
+ "@type": "cr:FileObject",
90
+ "@id": "mse-validation-summary-parquet",
91
+ "name": "mse_validation/summary.parquet",
92
+ "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/mse_validation/summary.parquet",
93
+ "encodingFormat": "application/x-parquet"
94
+ },
95
+ {
96
+ "@type": "cr:FileObject",
97
+ "@id": "per-layer-kernel-summary-parquet",
98
+ "name": "per_layer_kernel/summary.parquet",
99
+ "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/per_layer_kernel/summary.parquet",
100
+ "encodingFormat": "application/x-parquet",
101
+ "sha256": "c78e4694009da435587bc9e7e3e4821fca6a3bf881284f873b71ccdb5ed47691"
102
+ }
103
+ ],
104
+ "recordSet": [
105
+ {
106
+ "@type": "cr:RecordSet",
107
+ "@id": "trace-replay-summary",
108
+ "name": "Trace Replay Summary",
109
+ "description": "One row per benchmark configuration from trace replay runs (empirical agent session replays).",
110
+ "field": [
111
+ {
112
+ "@type": "cr:Field",
113
+ "@id": "trace-replay-summary/run_id",
114
+ "name": "run_id",
115
+ "dataType": "sc:Text",
116
+ "source": {
117
+ "fileObject": {
118
+ "@id": "trace-replay-summary-parquet"
119
+ },
120
+ "extract": {
121
+ "column": "run_id"
122
+ }
123
+ }
124
+ },
125
+ {
126
+ "@type": "cr:Field",
127
+ "@id": "trace-replay-summary/model",
128
+ "name": "model",
129
+ "dataType": "sc:Text",
130
+ "source": {
131
+ "fileObject": {
132
+ "@id": "trace-replay-summary-parquet"
133
+ },
134
+ "extract": {
135
+ "column": "model"
136
+ }
137
+ }
138
+ },
139
+ {
140
+ "@type": "cr:Field",
141
+ "@id": "trace-replay-summary/hardware",
142
+ "name": "hardware",
143
+ "dataType": "sc:Text",
144
+ "source": {
145
+ "fileObject": {
146
+ "@id": "trace-replay-summary-parquet"
147
+ },
148
+ "extract": {
149
+ "column": "hardware"
150
+ }
151
+ }
152
+ },
153
+ {
154
+ "@type": "cr:Field",
155
+ "@id": "trace-replay-summary/engine",
156
+ "name": "engine",
157
+ "dataType": "sc:Text",
158
+ "source": {
159
+ "fileObject": {
160
+ "@id": "trace-replay-summary-parquet"
161
+ },
162
+ "extract": {
163
+ "column": "engine"
164
+ }
165
+ }
166
+ },
167
+ {
168
+ "@type": "cr:Field",
169
+ "@id": "trace-replay-summary/profile",
170
+ "name": "profile",
171
+ "dataType": "sc:Text",
172
+ "source": {
173
+ "fileObject": {
174
+ "@id": "trace-replay-summary-parquet"
175
+ },
176
+ "extract": {
177
+ "column": "profile"
178
+ }
179
+ }
180
+ },
181
+ {
182
+ "@type": "cr:Field",
183
+ "@id": "trace-replay-summary/concurrency",
184
+ "name": "concurrency",
185
+ "dataType": "sc:Integer",
186
+ "source": {
187
+ "fileObject": {
188
+ "@id": "trace-replay-summary-parquet"
189
+ },
190
+ "extract": {
191
+ "column": "concurrency"
192
+ }
193
+ }
194
+ },
195
+ {
196
+ "@type": "cr:Field",
197
+ "@id": "trace-replay-summary/request_throughput",
198
+ "name": "request_throughput",
199
+ "dataType": "sc:Float",
200
+ "source": {
201
+ "fileObject": {
202
+ "@id": "trace-replay-summary-parquet"
203
+ },
204
+ "extract": {
205
+ "column": "request_throughput"
206
+ }
207
+ }
208
+ },
209
+ {
210
+ "@type": "cr:Field",
211
+ "@id": "trace-replay-summary/median_ttft_ms",
212
+ "name": "median_ttft_ms",
213
+ "dataType": "sc:Float",
214
+ "source": {
215
+ "fileObject": {
216
+ "@id": "trace-replay-summary-parquet"
217
+ },
218
+ "extract": {
219
+ "column": "median_ttft_ms"
220
+ }
221
+ }
222
+ },
223
+ {
224
+ "@type": "cr:Field",
225
+ "@id": "trace-replay-summary/median_tpot_ms",
226
+ "name": "median_tpot_ms",
227
+ "dataType": "sc:Float",
228
+ "source": {
229
+ "fileObject": {
230
+ "@id": "trace-replay-summary-parquet"
231
+ },
232
+ "extract": {
233
+ "column": "median_tpot_ms"
234
+ }
235
+ }
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "@type": "cr:RecordSet",
241
+ "@id": "synthetic-distributional-summary",
242
+ "name": "Synthetic Distributional Summary",
243
+ "description": "One row per benchmark configuration from synthetic distributional runs (statistical sampling from lognormal fits to recorded workload statistics).",
244
+ "field": [
245
+ {
246
+ "@type": "cr:Field",
247
+ "@id": "synthetic-distributional-summary/run_id",
248
+ "name": "run_id",
249
+ "dataType": "sc:Text",
250
+ "source": {
251
+ "fileObject": {
252
+ "@id": "synthetic-distributional-summary-parquet"
253
+ },
254
+ "extract": {
255
+ "column": "run_id"
256
+ }
257
+ }
258
+ },
259
+ {
260
+ "@type": "cr:Field",
261
+ "@id": "synthetic-distributional-summary/model",
262
+ "name": "model",
263
+ "dataType": "sc:Text",
264
+ "source": {
265
+ "fileObject": {
266
+ "@id": "synthetic-distributional-summary-parquet"
267
+ },
268
+ "extract": {
269
+ "column": "model"
270
+ }
271
+ }
272
+ },
273
+ {
274
+ "@type": "cr:Field",
275
+ "@id": "synthetic-distributional-summary/hardware",
276
+ "name": "hardware",
277
+ "dataType": "sc:Text",
278
+ "source": {
279
+ "fileObject": {
280
+ "@id": "synthetic-distributional-summary-parquet"
281
+ },
282
+ "extract": {
283
+ "column": "hardware"
284
+ }
285
+ }
286
+ },
287
+ {
288
+ "@type": "cr:Field",
289
+ "@id": "synthetic-distributional-summary/engine",
290
+ "name": "engine",
291
+ "dataType": "sc:Text",
292
+ "source": {
293
+ "fileObject": {
294
+ "@id": "synthetic-distributional-summary-parquet"
295
+ },
296
+ "extract": {
297
+ "column": "engine"
298
+ }
299
+ }
300
+ },
301
+ {
302
+ "@type": "cr:Field",
303
+ "@id": "synthetic-distributional-summary/profile",
304
+ "name": "profile",
305
+ "dataType": "sc:Text",
306
+ "source": {
307
+ "fileObject": {
308
+ "@id": "synthetic-distributional-summary-parquet"
309
+ },
310
+ "extract": {
311
+ "column": "profile"
312
+ }
313
+ }
314
+ },
315
+ {
316
+ "@type": "cr:Field",
317
+ "@id": "synthetic-distributional-summary/concurrency",
318
+ "name": "concurrency",
319
+ "dataType": "sc:Integer",
320
+ "source": {
321
+ "fileObject": {
322
+ "@id": "synthetic-distributional-summary-parquet"
323
+ },
324
+ "extract": {
325
+ "column": "concurrency"
326
+ }
327
+ }
328
+ },
329
+ {
330
+ "@type": "cr:Field",
331
+ "@id": "synthetic-distributional-summary/request_throughput",
332
+ "name": "request_throughput",
333
+ "dataType": "sc:Float",
334
+ "source": {
335
+ "fileObject": {
336
+ "@id": "synthetic-distributional-summary-parquet"
337
+ },
338
+ "extract": {
339
+ "column": "request_throughput"
340
+ }
341
+ }
342
+ },
343
+ {
344
+ "@type": "cr:Field",
345
+ "@id": "synthetic-distributional-summary/median_ttft_ms",
346
+ "name": "median_ttft_ms",
347
+ "dataType": "sc:Float",
348
+ "source": {
349
+ "fileObject": {
350
+ "@id": "synthetic-distributional-summary-parquet"
351
+ },
352
+ "extract": {
353
+ "column": "median_ttft_ms"
354
+ }
355
+ }
356
+ },
357
+ {
358
+ "@type": "cr:Field",
359
+ "@id": "synthetic-distributional-summary/median_tpot_ms",
360
+ "name": "median_tpot_ms",
361
+ "dataType": "sc:Float",
362
+ "source": {
363
+ "fileObject": {
364
+ "@id": "synthetic-distributional-summary-parquet"
365
+ },
366
+ "extract": {
367
+ "column": "median_tpot_ms"
368
+ }
369
+ }
370
+ }
371
+ ]
372
+ },
373
+ {
374
+ "@type": "cr:RecordSet",
375
+ "@id": "kernels-labeled",
376
+ "name": "Kernels Labeled",
377
+ "description": "Per-kernel Nsight Compute (ncu) hardware counter profiles. Individual kernel invocations across 4 GPUs and 13 model/sweep sources.",
378
+ "field": [
379
+ {
380
+ "@type": "cr:Field",
381
+ "@id": "kernels-labeled/source",
382
+ "name": "source",
383
+ "dataType": "sc:Text",
384
+ "source": {
385
+ "fileObject": {
386
+ "@id": "kernels-labeled-parquet"
387
+ },
388
+ "extract": {
389
+ "column": "source"
390
+ }
391
+ }
392
+ },
393
+ {
394
+ "@type": "cr:Field",
395
+ "@id": "kernels-labeled/gpu",
396
+ "name": "gpu",
397
+ "dataType": "sc:Text",
398
+ "source": {
399
+ "fileObject": {
400
+ "@id": "kernels-labeled-parquet"
401
+ },
402
+ "extract": {
403
+ "column": "gpu"
404
+ }
405
+ }
406
+ },
407
+ {
408
+ "@type": "cr:Field",
409
+ "@id": "kernels-labeled/model",
410
+ "name": "model",
411
+ "dataType": "sc:Text",
412
+ "source": {
413
+ "fileObject": {
414
+ "@id": "kernels-labeled-parquet"
415
+ },
416
+ "extract": {
417
+ "column": "model"
418
+ }
419
+ }
420
+ },
421
+ {
422
+ "@type": "cr:Field",
423
+ "@id": "kernels-labeled/kernel_family",
424
+ "name": "kernel_family",
425
+ "dataType": "sc:Text",
426
+ "source": {
427
+ "fileObject": {
428
+ "@id": "kernels-labeled-parquet"
429
+ },
430
+ "extract": {
431
+ "column": "kernel_family"
432
+ }
433
+ }
434
+ },
435
+ {
436
+ "@type": "cr:Field",
437
+ "@id": "kernels-labeled/kernel_name",
438
+ "name": "kernel_name",
439
+ "dataType": "sc:Text",
440
+ "source": {
441
+ "fileObject": {
442
+ "@id": "kernels-labeled-parquet"
443
+ },
444
+ "extract": {
445
+ "column": "kernel_name"
446
+ }
447
+ }
448
+ },
449
+ {
450
+ "@type": "cr:Field",
451
+ "@id": "kernels-labeled/gpu_time_duration_ms",
452
+ "name": "gpu_time_duration_ms",
453
+ "dataType": "sc:Float",
454
+ "source": {
455
+ "fileObject": {
456
+ "@id": "kernels-labeled-parquet"
457
+ },
458
+ "extract": {
459
+ "column": "gpu_time_duration_ms"
460
+ }
461
+ }
462
+ },
463
+ {
464
+ "@type": "cr:Field",
465
+ "@id": "kernels-labeled/dram_bytes_sum",
466
+ "name": "dram_bytes_sum",
467
+ "dataType": "sc:Float",
468
+ "source": {
469
+ "fileObject": {
470
+ "@id": "kernels-labeled-parquet"
471
+ },
472
+ "extract": {
473
+ "column": "dram_bytes_sum"
474
+ }
475
+ }
476
+ }
477
+ ]
478
+ },
479
+ {
480
+ "@type": "cr:RecordSet",
481
+ "@id": "mse-validation-summary",
482
+ "name": "MSE Validation Summary",
483
+ "description": "Curated validation rows for the distributional synthetic replay generator. Paired synthetic and real trace replay runs on H100 / Llama-3.1-8B / vLLM.",
484
+ "field": [
485
+ {
486
+ "@type": "cr:Field",
487
+ "@id": "mse-validation-summary/validation_id",
488
+ "name": "validation_id",
489
+ "dataType": "sc:Text",
490
+ "source": {
491
+ "fileObject": {
492
+ "@id": "mse-validation-summary-parquet"
493
+ },
494
+ "extract": {
495
+ "column": "validation_id"
496
+ }
497
+ }
498
+ },
499
+ {
500
+ "@type": "cr:Field",
501
+ "@id": "mse-validation-summary/tier",
502
+ "name": "tier",
503
+ "dataType": "sc:Text",
504
+ "source": {
505
+ "fileObject": {
506
+ "@id": "mse-validation-summary-parquet"
507
+ },
508
+ "extract": {
509
+ "column": "tier"
510
+ }
511
+ }
512
+ },
513
+ {
514
+ "@type": "cr:Field",
515
+ "@id": "mse-validation-summary/stage",
516
+ "name": "stage",
517
+ "dataType": "sc:Text",
518
+ "source": {
519
+ "fileObject": {
520
+ "@id": "mse-validation-summary-parquet"
521
+ },
522
+ "extract": {
523
+ "column": "stage"
524
+ }
525
+ }
526
+ },
527
+ {
528
+ "@type": "cr:Field",
529
+ "@id": "mse-validation-summary/workload",
530
+ "name": "workload",
531
+ "dataType": "sc:Text",
532
+ "source": {
533
+ "fileObject": {
534
+ "@id": "mse-validation-summary-parquet"
535
+ },
536
+ "extract": {
537
+ "column": "workload"
538
+ }
539
+ }
540
+ },
541
+ {
542
+ "@type": "cr:Field",
543
+ "@id": "mse-validation-summary/profile",
544
+ "name": "profile",
545
+ "dataType": "sc:Text",
546
+ "source": {
547
+ "fileObject": {
548
+ "@id": "mse-validation-summary-parquet"
549
+ },
550
+ "extract": {
551
+ "column": "profile"
552
+ }
553
+ }
554
+ },
555
+ {
556
+ "@type": "cr:Field",
557
+ "@id": "mse-validation-summary/model",
558
+ "name": "model",
559
+ "dataType": "sc:Text",
560
+ "source": {
561
+ "fileObject": {
562
+ "@id": "mse-validation-summary-parquet"
563
+ },
564
+ "extract": {
565
+ "column": "model"
566
+ }
567
+ }
568
+ },
569
+ {
570
+ "@type": "cr:Field",
571
+ "@id": "mse-validation-summary/hardware",
572
+ "name": "hardware",
573
+ "dataType": "sc:Text",
574
+ "source": {
575
+ "fileObject": {
576
+ "@id": "mse-validation-summary-parquet"
577
+ },
578
+ "extract": {
579
+ "column": "hardware"
580
+ }
581
+ }
582
+ },
583
+ {
584
+ "@type": "cr:Field",
585
+ "@id": "mse-validation-summary/engine",
586
+ "name": "engine",
587
+ "dataType": "sc:Text",
588
+ "source": {
589
+ "fileObject": {
590
+ "@id": "mse-validation-summary-parquet"
591
+ },
592
+ "extract": {
593
+ "column": "engine"
594
+ }
595
+ }
596
+ },
597
+ {
598
+ "@type": "cr:Field",
599
+ "@id": "mse-validation-summary/concurrency",
600
+ "name": "concurrency",
601
+ "dataType": "sc:Integer",
602
+ "source": {
603
+ "fileObject": {
604
+ "@id": "mse-validation-summary-parquet"
605
+ },
606
+ "extract": {
607
+ "column": "concurrency"
608
+ }
609
+ }
610
+ },
611
+ {
612
+ "@type": "cr:Field",
613
+ "@id": "mse-validation-summary/success_rate",
614
+ "name": "success_rate",
615
+ "dataType": "sc:Float",
616
+ "source": {
617
+ "fileObject": {
618
+ "@id": "mse-validation-summary-parquet"
619
+ },
620
+ "extract": {
621
+ "column": "success_rate"
622
+ }
623
+ }
624
+ },
625
+ {
626
+ "@type": "cr:Field",
627
+ "@id": "mse-validation-summary/request_throughput",
628
+ "name": "request_throughput",
629
+ "dataType": "sc:Float",
630
+ "source": {
631
+ "fileObject": {
632
+ "@id": "mse-validation-summary-parquet"
633
+ },
634
+ "extract": {
635
+ "column": "request_throughput"
636
+ }
637
+ }
638
+ },
639
+ {
640
+ "@type": "cr:Field",
641
+ "@id": "mse-validation-summary/successful_requests",
642
+ "name": "successful_requests",
643
+ "dataType": "sc:Integer",
644
+ "source": {
645
+ "fileObject": {
646
+ "@id": "mse-validation-summary-parquet"
647
+ },
648
+ "extract": {
649
+ "column": "successful_requests"
650
+ }
651
+ }
652
+ },
653
+ {
654
+ "@type": "cr:Field",
655
+ "@id": "mse-validation-summary/failed_requests",
656
+ "name": "failed_requests",
657
+ "dataType": "sc:Integer",
658
+ "source": {
659
+ "fileObject": {
660
+ "@id": "mse-validation-summary-parquet"
661
+ },
662
+ "extract": {
663
+ "column": "failed_requests"
664
+ }
665
+ }
666
+ },
667
+ {
668
+ "@type": "cr:Field",
669
+ "@id": "mse-validation-summary/median_ttft_ms",
670
+ "name": "median_ttft_ms",
671
+ "dataType": "sc:Float",
672
+ "source": {
673
+ "fileObject": {
674
+ "@id": "mse-validation-summary-parquet"
675
+ },
676
+ "extract": {
677
+ "column": "median_ttft_ms"
678
+ }
679
+ }
680
+ },
681
+ {
682
+ "@type": "cr:Field",
683
+ "@id": "mse-validation-summary/median_tpot_ms",
684
+ "name": "median_tpot_ms",
685
+ "dataType": "sc:Float",
686
+ "source": {
687
+ "fileObject": {
688
+ "@id": "mse-validation-summary-parquet"
689
+ },
690
+ "extract": {
691
+ "column": "median_tpot_ms"
692
+ }
693
+ }
694
+ }
695
+ ]
696
+ },
697
+ {
698
+ "@type": "cr:RecordSet",
699
+ "@id": "per-layer-kernel-summary",
700
+ "name": "Per-Layer Kernel Summary",
701
+ "description": "Per-component analytical OI decomposition and NCU kernel profiles for Llama-3.1-8B on H100 (prefill phase).",
702
+ "field": [
703
+ {
704
+ "@type": "cr:Field",
705
+ "@id": "per-layer-kernel-summary/record_type",
706
+ "name": "record_type",
707
+ "dataType": "sc:Text",
708
+ "source": {
709
+ "fileObject": {
710
+ "@id": "per-layer-kernel-summary-parquet"
711
+ },
712
+ "extract": {
713
+ "column": "record_type"
714
+ }
715
+ }
716
+ },
717
+ {
718
+ "@type": "cr:Field",
719
+ "@id": "per-layer-kernel-summary/model",
720
+ "name": "model",
721
+ "dataType": "sc:Text",
722
+ "source": {
723
+ "fileObject": {
724
+ "@id": "per-layer-kernel-summary-parquet"
725
+ },
726
+ "extract": {
727
+ "column": "model"
728
+ }
729
+ }
730
+ },
731
+ {
732
+ "@type": "cr:Field",
733
+ "@id": "per-layer-kernel-summary/hardware",
734
+ "name": "hardware",
735
+ "dataType": "sc:Text",
736
+ "source": {
737
+ "fileObject": {
738
+ "@id": "per-layer-kernel-summary-parquet"
739
+ },
740
+ "extract": {
741
+ "column": "hardware"
742
+ }
743
+ }
744
+ },
745
+ {
746
+ "@type": "cr:Field",
747
+ "@id": "per-layer-kernel-summary/phase",
748
+ "name": "phase",
749
+ "dataType": "sc:Text",
750
+ "source": {
751
+ "fileObject": {
752
+ "@id": "per-layer-kernel-summary-parquet"
753
+ },
754
+ "extract": {
755
+ "column": "phase"
756
+ }
757
+ }
758
+ },
759
+ {
760
+ "@type": "cr:Field",
761
+ "@id": "per-layer-kernel-summary/batch_size",
762
+ "name": "batch_size",
763
+ "dataType": "sc:Integer",
764
+ "source": {
765
+ "fileObject": {
766
+ "@id": "per-layer-kernel-summary-parquet"
767
+ },
768
+ "extract": {
769
+ "column": "batch_size"
770
+ }
771
+ }
772
+ },
773
+ {
774
+ "@type": "cr:Field",
775
+ "@id": "per-layer-kernel-summary/sequence_length",
776
+ "name": "sequence_length",
777
+ "dataType": "sc:Integer",
778
+ "source": {
779
+ "fileObject": {
780
+ "@id": "per-layer-kernel-summary-parquet"
781
+ },
782
+ "extract": {
783
+ "column": "sequence_length"
784
+ }
785
+ }
786
+ },
787
+ {
788
+ "@type": "cr:Field",
789
+ "@id": "per-layer-kernel-summary/component_name",
790
+ "name": "component_name",
791
+ "dataType": "sc:Text",
792
+ "source": {
793
+ "fileObject": {
794
+ "@id": "per-layer-kernel-summary-parquet"
795
+ },
796
+ "extract": {
797
+ "column": "component_name"
798
+ }
799
+ }
800
+ },
801
+ {
802
+ "@type": "cr:Field",
803
+ "@id": "per-layer-kernel-summary/bound",
804
+ "name": "bound",
805
+ "dataType": "sc:Text",
806
+ "source": {
807
+ "fileObject": {
808
+ "@id": "per-layer-kernel-summary-parquet"
809
+ },
810
+ "extract": {
811
+ "column": "bound"
812
+ }
813
+ }
814
+ },
815
+ {
816
+ "@type": "cr:Field",
817
+ "@id": "per-layer-kernel-summary/flops",
818
+ "name": "flops",
819
+ "dataType": "sc:Float",
820
+ "source": {
821
+ "fileObject": {
822
+ "@id": "per-layer-kernel-summary-parquet"
823
+ },
824
+ "extract": {
825
+ "column": "flops"
826
+ }
827
+ }
828
+ },
829
+ {
830
+ "@type": "cr:Field",
831
+ "@id": "per-layer-kernel-summary/bytes_accessed",
832
+ "name": "bytes_accessed",
833
+ "dataType": "sc:Float",
834
+ "source": {
835
+ "fileObject": {
836
+ "@id": "per-layer-kernel-summary-parquet"
837
+ },
838
+ "extract": {
839
+ "column": "bytes_accessed"
840
+ }
841
+ }
842
+ },
843
+ {
844
+ "@type": "cr:Field",
845
+ "@id": "per-layer-kernel-summary/operational_intensity",
846
+ "name": "operational_intensity",
847
+ "dataType": "sc:Float",
848
+ "source": {
849
+ "fileObject": {
850
+ "@id": "per-layer-kernel-summary-parquet"
851
+ },
852
+ "extract": {
853
+ "column": "operational_intensity"
854
+ }
855
+ }
856
+ },
857
+ {
858
+ "@type": "cr:Field",
859
+ "@id": "per-layer-kernel-summary/kernel_name",
860
+ "name": "kernel_name",
861
+ "dataType": "sc:Text",
862
+ "source": {
863
+ "fileObject": {
864
+ "@id": "per-layer-kernel-summary-parquet"
865
+ },
866
+ "extract": {
867
+ "column": "kernel_name"
868
+ }
869
+ }
870
+ },
871
+ {
872
+ "@type": "cr:Field",
873
+ "@id": "per-layer-kernel-summary/duration_us",
874
+ "name": "duration_us",
875
+ "dataType": "sc:Float",
876
+ "source": {
877
+ "fileObject": {
878
+ "@id": "per-layer-kernel-summary-parquet"
879
+ },
880
+ "extract": {
881
+ "column": "duration_us"
882
+ }
883
+ }
884
+ },
885
+ {
886
+ "@type": "cr:Field",
887
+ "@id": "per-layer-kernel-summary/compute_sm_throughput_pct",
888
+ "name": "compute_sm_throughput_pct",
889
+ "dataType": "sc:Float",
890
+ "source": {
891
+ "fileObject": {
892
+ "@id": "per-layer-kernel-summary-parquet"
893
+ },
894
+ "extract": {
895
+ "column": "compute_sm_throughput_pct"
896
+ }
897
+ }
898
+ },
899
+ {
900
+ "@type": "cr:Field",
901
+ "@id": "per-layer-kernel-summary/dram_throughput_pct",
902
+ "name": "dram_throughput_pct",
903
+ "dataType": "sc:Float",
904
+ "source": {
905
+ "fileObject": {
906
+ "@id": "per-layer-kernel-summary-parquet"
907
+ },
908
+ "extract": {
909
+ "column": "dram_throughput_pct"
910
+ }
911
+ }
912
+ }
913
+ ]
914
+ }
915
+ ],
916
+ "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.",
917
+ "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.",
918
+ "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.",
919
+ "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.",
920
+ "rai:dataSocialImpact": "Enables reproducible comparison of open-source LLM serving systems, supporting infrastructure research and reducing vendor lock-in.",
921
+ "rai:hasSyntheticData": true,
922
+ "prov:wasDerivedFrom": [
923
+ {
924
+ "@id": "https://huggingface.co/datasets/princeton-nlp/SWE-bench",
925
+ "name": "SWE-Bench"
926
+ },
927
+ {
928
+ "@id": "https://github.com/TerminalBench/TerminalBench",
929
+ "name": "TerminalBench"
930
+ },
931
+ {
932
+ "@id": "https://github.com/xlang-ai/OSWorld",
933
+ "name": "OSWorld"
934
+ },
935
+ {
936
+ "@id": "https://huggingface.co/datasets/Aeala/ShareGPT_Vicuna_unfiltered",
937
+ "name": "ShareGPT"
938
+ }
939
+ ],
940
+ "prov:wasGeneratedBy": {
941
+ "@type": "prov:Activity",
942
+ "name": "AgentPerfBench benchmark collection",
943
+ "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."
944
+ },
945
+ "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.",
946
+ "rai:dataCollectionType": "Automated measurement via benchmarking scripts. No human subjects or crowdsourcing.",
947
+ "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).",
948
+ "rai:dataPreprocessing": "Credentials and API endpoints stripped. Configurations with fewer than 75% of requests completing successfully are excluded. Summary statistics computed from successful requests. Kernel names demangled from NCU output.",
949
+ "rai:dataAnnotationProtocol": "Not applicable. Fully automated benchmark collection with no human annotation.",
950
+ "rai:dataAnnotationPlatform": "Not applicable. No human annotation.",
951
+ "rai:dataAnnotationAnalysis": "Not applicable. No human annotation."
952
+ }
per_layer_kernel/summary.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c78e4694009da435587bc9e7e3e4821fca6a3bf881284f873b71ccdb5ed47691
3
+ size 17496
synthetic_distributional/summary.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67d63072831143e929e0b6d6464744756f783b53ac30fed0232bc01c601676ec
3
- size 68747
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fd6ff9f802f9465a4618dfe8d5d426013028565e08ef5024f4302b9126a05a5
3
+ size 64517
trace_replay/summary.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19dfc3ed8e2f09c52449045cded6bce29a00c0b9c4e563a407ed8e9960333da3
3
- size 633996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568efbdae473a830ba792317fb09cfba0ea4f667db67b93d28e72637a5c71d1e
3
+ size 639880