X · by umezawakanta13
Where the latency actually goes
The HTTP round trip is a fraction of the state-to-action time.
梅澤 寛太|Web・業務システム開発
@umezawakanta13
計測画面付きの別試行も補足します(成功3応答)。 中央値: ・ブラウザ往復 1,139.7ms ・Jev HTTP往復 490.3ms ・状態取得→操作 1,139.8ms 今回も最初の敵に接触。HTTP往復には通信時間が含まれ、純粋な推論速度ではありません。遅延と操作判断の影響は引き続き切り分け中です。
Sep 21, 2026 · 0 likesOpen on X
A supplementary trial with an on-screen measurement: median browser round trip 1,139.7 ms, Jev HTTP round trip 490.3 ms, state fetch to action 1,139.8 ms. The model call is only part of the loop.
Open the source