Skip to content
Discussion options

You must be logged in to vote

They should be interpreted as different measurement scopes.

The hot-gate load test measures only the synchronous decision path:

  • decode
  • fast preflight
  • adaptive preflight
  • adaptive quote
  • total hot gate

It excludes RPC, payload lookup, relay submission, persistence, dashboard IO, receipt polling, and realized PnL accounting. This makes it useful for measuring CPU-side decision latency and adversarial rejection behavior.

The broader operational latency includes runtime overhead such as network IO, async scheduling, cache/pool lookup, payload construction, submission, persistence, and finalization observation.

So the comparison should be:

  • hot-gate benchmark = fast-path decision latency
  • opera…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by techleadevelopers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants