WIP: PAIN2
This commit is contained in:
@@ -54,4 +54,4 @@ def test_live_hook_server_responses(live_gui) -> None:
|
||||
# 4. Performance
|
||||
# diagnostics are available via get_gui_diagnostics or get_gui_state
|
||||
perf = client.get_gui_diagnostics() if hasattr(client, 'get_gui_diagnostics') else client.get_gui_state()
|
||||
assert "fps" in perf or "current_provider" in perf # current_provider check as fallback for get_gui_state
|
||||
assert "fps" in perf or "thinking" in perf
|
||||
|
||||
Reference in New Issue
Block a user