Skip to content

Conversation

@alexghr
Copy link
Contributor

@alexghr alexghr commented Nov 28, 2025

This PR does the following updates to the TPS benchmark:

  • it applies a ChaosMesh configuration
  • it replaces the N port forward tunnels with a LoadBalancer
  • it adds an RPC method to get the current max priority fee from the node
  • it tracks how long it takes for a tx to be included in a mined block

Fix A-327 A-331

Comment on lines 316 to 325
console.log(`
Histogram:
Records: ${histo.count}
Min : ${histo.min}
Max : ${histo.max}
Mean : ${histo.mean}
Median : ${histo.percentile(50)}
Perc90 : ${histo.percentile(90)}
Perc95 : ${histo.percentile(95)}
Perc99 : ${histo.percentile(99)}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmm, I can't keep this as a console.log

@alexghr alexghr force-pushed the ag/bench branch 2 times, most recently from d0d8ca5 to 03f1fae Compare November 28, 2025 17:57
@alexghr alexghr changed the base branch from next to merge-train/spartan December 1, 2025 10:35
@alexghr alexghr merged commit bce1cfc into merge-train/spartan Dec 1, 2025
14 of 17 checks passed
@alexghr alexghr deleted the ag/bench branch December 1, 2025 10:35
github-merge-queue bot pushed a commit that referenced this pull request Dec 1, 2025
BEGIN_COMMIT_OVERRIDE
feat: update n_tps benchmark (#18683)
chore: update test
END_COMMIT_OVERRIDE
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