Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
92e272b
chore: update Mosaic package to 0.1.2
kisernl Aug 11, 2026
56d80fd
feat: add browser concurrent sessions benchmark
kisernl Aug 11, 2026
a03a68f
chore: move workflow to separate PR
kisernl Aug 11, 2026
cb2f596
chore: merge master to bring in Browser Concurrency Benchmark workflow
kisernl Aug 11, 2026
1faef6f
fix(ci): scope platform run key to concurrency level
kisernl Aug 11, 2026
5cc9f52
fix(browser-concurrent): correct measurement and scoring defects
kisernl Aug 11, 2026
6a49ae9
fix(runner): print API response body on failure
kisernl Aug 11, 2026
0dfa511
chore: merge master for platform naming change
kisernl Aug 11, 2026
d6e06db
fix(browser-concurrent): drop benchmarkKind removed upstream
kisernl Aug 11, 2026
92f69c7
fix(browser-concurrent): preserve non-Error provider failures
kisernl Aug 12, 2026
b81eb0d
feat(browser-concurrent): log per-round capacity outcomes
kisernl Aug 12, 2026
6a3cba4
feat(browser-concurrent): withhold latency from levels the provider n…
kisernl Aug 12, 2026
ef5b3c1
feat(browser-concurrent): withhold unsustained latency in the merge s…
kisernl Aug 12, 2026
4e4bceb
Merge remote-tracking branch 'origin/master' into add-browser-concurr…
kisernl Aug 12, 2026
0d7c0df
feat(browser-concurrent): one platform run for the whole sweep
kisernl Aug 12, 2026
95e1a46
chore(browser-concurrent): rename slug to browser-concurrency
kisernl Aug 12, 2026
8e0af39
refactor(browser-concurrent): select levels with --levels, not --iter…
kisernl Aug 12, 2026
46ea4d4
ci(browser-concurrency): correct the run-key comment
kisernl Aug 12, 2026
e615028
Stop unusable pages from setting the concurrency scores
kisernl Aug 12, 2026
efed70a
Judge every article slot on its own resolution
kisernl Aug 14, 2026
c48f27c
Merge remote-tracking branch 'origin/master' into add-browser-concurr…
kisernl Aug 14, 2026
b0dbe2d
Say only what the sample count supports
kisernl Aug 14, 2026
751e923
Add the implementation behind the previous commit's tests
kisernl Aug 14, 2026
2352450
chore: update browser concurrent benchmark results [skip ci]
github-actions[bot] Aug 14, 2026
f9d64e3
Score the whole sweep, weighted toward the levels that hurt
kisernl Aug 14, 2026
d9d572c
Keep the no-partial-credit rule consistent and tested
kisernl Aug 14, 2026
403ced5
chore: update browser concurrent benchmark results [skip ci]
github-actions[bot] Aug 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/runner-api-error-body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@benchsdk/runner": patch
---

Print the API response body when a run fails with a `BenchmarkApiError`. The error message carries only the status line, so a failed run previously logged a bare `400 Bad Request` with no indication of which field the platform rejected.
Loading