lynae-1219 commited on
Commit
fd97ec9
·
verified ·
1 Parent(s): bbb707a

Update data with fresh R2 pull (5,743 rows) and add retention table to dataset card

Browse files
Files changed (3) hide show
  1. README.md +10 -3
  2. croissant.json +1 -1
  3. distributional/summary.parquet +2 -2
README.md CHANGED
@@ -37,13 +37,13 @@ LLM inference benchmark dataset measuring serving performance (TTFT, TPOT, ITL,
37
 
38
  This dataset provides two benchmark configurations reflecting distinct data collection methodologies:
39
 
40
- ### trace_replay
41
 
42
  Requests replay exact ISL/OSL sequences from recorded agent sessions (SWE-Bench, TerminalBench, OSWorld, ShareGPT). Input distributions are empirically grounded in real tool-use patterns, capturing realistic burstiness and turn-depth correlations.
43
 
44
  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`
45
 
46
- ### distributional
47
 
48
  Requests sample ISL/OSL from parameterized statistical distributions (e.g., lognormal) fitted to real workload statistics. Shorter to run than full trace replays, enabling faster characterization of profile-level serving behavior across the hardware matrix. MSE validation confirms distributional runs reproduce the latency and throughput characteristics of their trace-replay counterparts.
49
 
@@ -55,7 +55,14 @@ Profiles: `chat-multiturn`, `chat-singleturn`, `coding-singleturn`, `osworld-mul
55
 
56
  ### Concurrency filtering
57
 
58
- Rows where declared concurrency exceeds the session pool size have been excluded. This affects trace_replay data at concurrency > 100 (session pool was 100) and distributional/current data at concurrency > 10 (session pool was 10). Distributional data collected after the fix has no such limitation.
 
 
 
 
 
 
 
59
 
60
  ## Coverage
61
 
 
37
 
38
  This dataset provides two benchmark configurations reflecting distinct data collection methodologies:
39
 
40
+ ### trace_replay (3,147 rows)
41
 
42
  Requests replay exact ISL/OSL sequences from recorded agent sessions (SWE-Bench, TerminalBench, OSWorld, ShareGPT). Input distributions are empirically grounded in real tool-use patterns, capturing realistic burstiness and turn-depth correlations.
43
 
44
  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`
45
 
46
+ ### distributional (245 rows)
47
 
48
  Requests sample ISL/OSL from parameterized statistical distributions (e.g., lognormal) fitted to real workload statistics. Shorter to run than full trace replays, enabling faster characterization of profile-level serving behavior across the hardware matrix. MSE validation confirms distributional runs reproduce the latency and throughput characteristics of their trace-replay counterparts.
49
 
 
55
 
56
  ### Concurrency filtering
57
 
58
+ The benchmark harness capped actual concurrent connections at the session pool size. Rows where declared concurrency exceeds the pool size never achieved the intended load and have been excluded.
59
+
60
+ | Scope | Raw rows | After filter | Removed | Filter rule |
61
+ |-------|----------|-------------|---------|-------------|
62
+ | trace_replay (archive) | 4,814 | 3,147 | 1,667 | C > 100 (session pool = 100) |
63
+ | distributional (current) | 843 | 159 | 684 | C > 10 (session pool = 10) |
64
+ | distributional (fixed) | 86 | 86 | 0 | No cap — bug fixed |
65
+ | **Total** | **5,743** | **3,392** | **2,351** | **Retention: 59.1%** |
66
 
67
  ## Coverage
68
 
croissant.json CHANGED
@@ -75,7 +75,7 @@
75
  "name": "distributional/summary.parquet",
76
  "contentUrl": "https://huggingface.co/datasets/lynae-1219/AgentPerfBench/resolve/main/distributional/summary.parquet",
77
  "encodingFormat": "application/x-parquet",
78
- "sha256": "b55a7f80bb7c23d68ce30d9cc8b0ddb5c412479581fdb18755d394303329138d"
79
  },
80
  {
81
  "@type": "cr:FileObject",
 
75
  "name": "distributional/summary.parquet",
76
  "contentUrl": "https://huggingface.co/datasets/lynae-1219/AgentPerfBench/resolve/main/distributional/summary.parquet",
77
  "encodingFormat": "application/x-parquet",
78
+ "sha256": "bb9a48351e0b612b3125c5d0a8e200638d790269f821e45aae342a4042bfd951"
79
  },
80
  {
81
  "@type": "cr:FileObject",
distributional/summary.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b55a7f80bb7c23d68ce30d9cc8b0ddb5c412479581fdb18755d394303329138d
3
- size 54449
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9a48351e0b612b3125c5d0a8e200638d790269f821e45aae342a4042bfd951
3
+ size 70836