{ "@context": { "@language": "en", "@vocab": "https://schema.org/", "citeAs": "cr:citeAs", "column": "cr:column", "conformsTo": "dct:conformsTo", "cr": "http://mlcommons.org/croissant/", "data": { "@id": "cr:data", "@type": "@json" }, "dataType": { "@id": "cr:dataType", "@type": "@vocab" }, "dct": "http://purl.org/dc/terms/", "equivalentProperty": "cr:equivalentProperty", "examples": { "@id": "cr:examples", "@type": "@json" }, "extract": "cr:extract", "field": "cr:field", "fileObject": "cr:fileObject", "fileProperty": "cr:fileProperty", "fileSet": "cr:fileSet", "format": "cr:format", "includes": "cr:includes", "isLiveDataset": "cr:isLiveDataset", "jsonPath": "cr:jsonPath", "key": "cr:key", "md5": "cr:md5", "parentField": "cr:parentField", "path": "cr:path", "rai": "http://mlcommons.org/croissant/RAI/", "recordSet": "cr:recordSet", "references": "cr:references", "regex": "cr:regex", "repeated": "cr:repeated", "replace": "cr:replace", "samplingRate": "cr:samplingRate", "prov": "http://www.w3.org/ns/prov#", "sc": "https://schema.org/", "separator": "cr:separator", "source": "cr:source", "subField": "cr:subField", "transform": "cr:transform" }, "@type": "sc:Dataset", "name": "AgentPerfBench", "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.", "url": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench", "license": "https://spdx.org/licenses/Apache-2.0.html", "conformsTo": "http://mlcommons.org/croissant/1.1", "datePublished": "2026-05-04", "version": "1.0", "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}}", "creator": { "@type": "sc:Organization", "name": "Anonymous (under review)" }, "distribution": [ { "@type": "cr:FileObject", "@id": "trace-replay-summary-parquet", "name": "trace_replay/summary.parquet", "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/trace_replay/summary.parquet", "encodingFormat": "application/x-parquet", "sha256": "19dfc3ed8e2f09c52449045cded6bce29a00c0b9c4e563a407ed8e9960333da3" }, { "@type": "cr:FileObject", "@id": "synthetic-distributional-summary-parquet", "name": "synthetic_distributional/summary.parquet", "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/synthetic_distributional/summary.parquet", "encodingFormat": "application/x-parquet", "sha256": "67d63072831143e929e0b6d6464744756f783b53ac30fed0232bc01c601676ec" }, { "@type": "cr:FileObject", "@id": "kernels-labeled-parquet", "name": "kernel_profiles/kernels_labeled.parquet", "contentUrl": "https://huggingface.co/datasets/agent-perf-bench/AgentPerfBench/resolve/main/kernel_profiles/kernels_labeled.parquet", "encodingFormat": "application/x-parquet", "sha256": "05571ee61fe97beac7f3d0b0e8be07a0feeca00cee9b308cd469a57cd4c9b671" } ], "recordSet": [ { "@type": "cr:RecordSet", "@id": "trace-replay-summary", "name": "Trace Replay Summary", "description": "One row per benchmark configuration from trace replay runs (empirical agent session replays).", "field": [ { "@type": "cr:Field", "@id": "trace-replay-summary/run_id", "name": "run_id", "dataType": "sc:Text", "source": { "fileObject": { "@id": "trace-replay-summary-parquet" }, "extract": { "column": "run_id" } } }, { "@type": "cr:Field", "@id": "trace-replay-summary/model", "name": "model", "dataType": "sc:Text", "source": { "fileObject": { "@id": "trace-replay-summary-parquet" }, "extract": { "column": "model" } } }, { "@type": "cr:Field", "@id": "trace-replay-summary/hardware", "name": "hardware", "dataType": "sc:Text", "source": { "fileObject": { "@id": "trace-replay-summary-parquet" }, "extract": { "column": "hardware" } } }, { "@type": "cr:Field", "@id": "trace-replay-summary/engine", "name": "engine", "dataType": "sc:Text", "source": { "fileObject": { "@id": "trace-replay-summary-parquet" }, "extract": { "column": "engine" } } }, { "@type": "cr:Field", "@id": "trace-replay-summary/profile", "name": "profile", "dataType": "sc:Text", "source": { "fileObject": { "@id": "trace-replay-summary-parquet" }, "extract": { "column": "profile" } } }, { "@type": "cr:Field", "@id": "trace-replay-summary/concurrency", "name": "concurrency", "dataType": "sc:Integer", "source": { "fileObject": { "@id": "trace-replay-summary-parquet" }, "extract": { "column": "concurrency" } } }, { "@type": "cr:Field", "@id": "trace-replay-summary/request_throughput", "name": "request_throughput", "dataType": "sc:Float", "source": { "fileObject": { "@id": "trace-replay-summary-parquet" }, "extract": { "column": "request_throughput" } } }, { "@type": "cr:Field", "@id": "trace-replay-summary/median_ttft_ms", "name": "median_ttft_ms", "dataType": "sc:Float", "source": { "fileObject": { "@id": "trace-replay-summary-parquet" }, "extract": { "column": "median_ttft_ms" } } }, { "@type": "cr:Field", "@id": "trace-replay-summary/median_tpot_ms", "name": "median_tpot_ms", "dataType": "sc:Float", "source": { "fileObject": { "@id": "trace-replay-summary-parquet" }, "extract": { "column": "median_tpot_ms" } } } ] }, { "@type": "cr:RecordSet", "@id": "synthetic-distributional-summary", "name": "Synthetic Distributional Summary", "description": "One row per benchmark configuration from synthetic distributional runs (statistical sampling from lognormal fits to recorded workload statistics).", "field": [ { "@type": "cr:Field", "@id": "synthetic-distributional-summary/run_id", "name": "run_id", "dataType": "sc:Text", "source": { "fileObject": { "@id": "synthetic-distributional-summary-parquet" }, "extract": { "column": "run_id" } } }, { "@type": "cr:Field", "@id": "synthetic-distributional-summary/model", "name": "model", "dataType": "sc:Text", "source": { "fileObject": { "@id": "synthetic-distributional-summary-parquet" }, "extract": { "column": "model" } } }, { "@type": "cr:Field", "@id": "synthetic-distributional-summary/hardware", "name": "hardware", "dataType": "sc:Text", "source": { "fileObject": { "@id": "synthetic-distributional-summary-parquet" }, "extract": { "column": "hardware" } } }, { "@type": "cr:Field", "@id": "synthetic-distributional-summary/engine", "name": "engine", "dataType": "sc:Text", "source": { "fileObject": { "@id": "synthetic-distributional-summary-parquet" }, "extract": { "column": "engine" } } }, { "@type": "cr:Field", "@id": "synthetic-distributional-summary/profile", "name": "profile", "dataType": "sc:Text", "source": { "fileObject": { "@id": "synthetic-distributional-summary-parquet" }, "extract": { "column": "profile" } } }, { "@type": "cr:Field", "@id": "synthetic-distributional-summary/concurrency", "name": "concurrency", "dataType": "sc:Integer", "source": { "fileObject": { "@id": "synthetic-distributional-summary-parquet" }, "extract": { "column": "concurrency" } } }, { "@type": "cr:Field", "@id": "synthetic-distributional-summary/request_throughput", "name": "request_throughput", "dataType": "sc:Float", "source": { "fileObject": { "@id": "synthetic-distributional-summary-parquet" }, "extract": { "column": "request_throughput" } } }, { "@type": "cr:Field", "@id": "synthetic-distributional-summary/median_ttft_ms", "name": "median_ttft_ms", "dataType": "sc:Float", "source": { "fileObject": { "@id": "synthetic-distributional-summary-parquet" }, "extract": { "column": "median_ttft_ms" } } }, { "@type": "cr:Field", "@id": "synthetic-distributional-summary/median_tpot_ms", "name": "median_tpot_ms", "dataType": "sc:Float", "source": { "fileObject": { "@id": "synthetic-distributional-summary-parquet" }, "extract": { "column": "median_tpot_ms" } } } ] }, { "@type": "cr:RecordSet", "@id": "kernels-labeled", "name": "Kernels Labeled", "description": "Per-kernel Nsight Compute (ncu) hardware counter profiles. Individual kernel invocations across 4 GPUs and 13 model/sweep sources.", "field": [ { "@type": "cr:Field", "@id": "kernels-labeled/source", "name": "source", "dataType": "sc:Text", "source": { "fileObject": { "@id": "kernels-labeled-parquet" }, "extract": { "column": "source" } } }, { "@type": "cr:Field", "@id": "kernels-labeled/gpu", "name": "gpu", "dataType": "sc:Text", "source": { "fileObject": { "@id": "kernels-labeled-parquet" }, "extract": { "column": "gpu" } } }, { "@type": "cr:Field", "@id": "kernels-labeled/model", "name": "model", "dataType": "sc:Text", "source": { "fileObject": { "@id": "kernels-labeled-parquet" }, "extract": { "column": "model" } } }, { "@type": "cr:Field", "@id": "kernels-labeled/kernel_family", "name": "kernel_family", "dataType": "sc:Text", "source": { "fileObject": { "@id": "kernels-labeled-parquet" }, "extract": { "column": "kernel_family" } } }, { "@type": "cr:Field", "@id": "kernels-labeled/kernel_name", "name": "kernel_name", "dataType": "sc:Text", "source": { "fileObject": { "@id": "kernels-labeled-parquet" }, "extract": { "column": "kernel_name" } } }, { "@type": "cr:Field", "@id": "kernels-labeled/gpu_time_duration_ms", "name": "gpu_time_duration_ms", "dataType": "sc:Float", "source": { "fileObject": { "@id": "kernels-labeled-parquet" }, "extract": { "column": "gpu_time_duration_ms" } } }, { "@type": "cr:Field", "@id": "kernels-labeled/dram_bytes_sum", "name": "dram_bytes_sum", "dataType": "sc:Float", "source": { "fileObject": { "@id": "kernels-labeled-parquet" }, "extract": { "column": "dram_bytes_sum" } } } ] } ], "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.", "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.", "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.", "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.", "rai:dataSocialImpact": "Enables reproducible comparison of open-source LLM serving systems, supporting infrastructure research and reducing vendor lock-in.", "rai:hasSyntheticData": true, "prov:wasDerivedFrom": [ { "@id": "https://huggingface.co/datasets/princeton-nlp/SWE-bench", "name": "SWE-Bench" }, { "@id": "https://github.com/TerminalBench/TerminalBench", "name": "TerminalBench" }, { "@id": "https://github.com/xlang-ai/OSWorld", "name": "OSWorld" }, { "@id": "https://huggingface.co/datasets/Aeala/ShareGPT_Vicuna_unfiltered", "name": "ShareGPT" } ], "prov:wasGeneratedBy": { "@type": "prov:Activity", "name": "AgentPerfBench benchmark collection", "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." }, "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.", "rai:dataCollectionType": "Automated measurement via benchmarking scripts. No human subjects or crowdsourcing.", "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).", "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.", "rai:dataAnnotationProtocol": "Not applicable. Fully automated benchmark collection with no human annotation.", "rai:dataAnnotationPlatform": "Not applicable. No human annotation.", "rai:dataAnnotationAnalysis": "Not applicable. No human annotation." }