Skip to content

Use per-tx execution time sum on bundle detail page#156

Merged
niran merged 1 commit intomasterfrom
niran/bundle-page-execution-time
Mar 24, 2026
Merged

Use per-tx execution time sum on bundle detail page#156
niran merged 1 commit intomasterfrom
niran/bundle-page-execution-time

Conversation

@niran
Copy link
Contributor

@niran niran commented Mar 24, 2026

Summary

  • Same fix as Display per-tx execution time and state root time on block page #155: use sum(results[i].executionTimeUs) instead of totalExecutionTimeUs on the bundle detail page
  • On 0.6, totalExecutionTimeUs is the wall-clock total_time_us which includes builder setup, teardown, state merge, and state root — making the "Execution" number inflated and inconsistent with the block page

Context

Companion to #155. Without this, the bundle detail page shows a higher execution time than the block page for the same transaction.

Same fix as the block page: use sum of results[i].executionTimeUs
instead of totalExecutionTimeUs, which on 0.6 includes setup,
teardown, and state root overhead.
@niran niran merged commit 845e393 into master Mar 24, 2026
6 checks passed
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.

1 participant