Skip to content

feat(load-test): add proofs storage slot info#203

Merged
wlawt merged 1 commit into
mainfrom
ui-storage-slots
Jul 16, 2026
Merged

feat(load-test): add proofs storage slot info#203
wlawt merged 1 commit into
mainfrom
ui-storage-slots

Conversation

@wlawt

@wlawt wlawt commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Description

Testing

@cb-heimdall

cb-heimdall commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

// Surface the storage workload's cold-slot count (from the `storage` tx's
// `slots_per_tx`) so proofs/storage runs show their per-tx write budget.
const storageTx = config.transactions.find(
(t) => t.type === "storage" && t.slots_per_tx != null,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assumes that all txns will touch the same amount of storage slots. Is that a safe assumption?

@wlawt
wlawt merged commit f1a91c6 into main Jul 16, 2026
21 checks passed
@wlawt
wlawt deleted the ui-storage-slots branch July 16, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants