mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-04 10:11:46 +03:00
fix(tui): clarify input cache telemetry
This commit is contained in:
+1
-2
@@ -1529,8 +1529,7 @@ describe("NanobotTui layout", () => {
|
||||
const footer = setup.captureCharFrame().split("\n").find((line) => line.includes("Ready · 1.7s")) || ""
|
||||
expect(footer).toContain("Ready · 1.7s")
|
||||
expect(footer).toContain("50 tok/s")
|
||||
expect(footer).toContain("1.2K in · 80 out")
|
||||
expect(footer).toContain("75% cached")
|
||||
expect(footer).toContain("1.2K in (75% cached) · 80 out")
|
||||
expect(footer).not.toContain("TTFT")
|
||||
expect(footer).not.toContain("enter send")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user