How should runtime benchmark artifacts be interpreted? #5
Replies: 1 comment
-
|
The hot-gate benchmark and the broader operational pipeline measure different parts of the system. The hot-gate benchmark is intentionally narrow. It measures only the synchronous decision path:
It excludes RPC calls, payload lookup, relay submission, dashboard IO, persistence, receipt polling, and realized PnL accounting. Because of that, it is useful for evaluating CPU-side latency, rejection quality, and adversarial input handling. The broader operational pipeline includes more runtime overhead:
So the hot-gate report can show microsecond-level latency, while the operational pipeline can remain millisecond-scale. They should not be compared as the same metric. A good interpretation is:
In short: hot-gate benchmarks prove fast rejection behavior; operational pipeline metrics prove production behavior. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The repo includes baseline and adversarial runtime load-test artifacts.
What is the intended interpretation difference between hot-gate benchmark latency and broader operational pipeline latency?
Beta Was this translation helpful? Give feedback.
All reactions