GARBAGE
This commit is contained in:
@@ -132,9 +132,8 @@ class ApiHookClient:
|
||||
return self._make_request('GET', '/api/gui/diagnostics') or {}
|
||||
|
||||
def get_performance(self) -> dict[str, Any]:
|
||||
"""Convenience for test_visual_sim_gui_ux.py."""
|
||||
diag = self.get_gui_diagnostics()
|
||||
return {"performance": diag}
|
||||
"""Retrieves performance metrics from the dedicated endpoint."""
|
||||
return self._make_request('GET', '/api/performance') or {}
|
||||
|
||||
def get_mma_status(self) -> dict[str, Any]:
|
||||
"""Retrieves the dedicated MMA engine status."""
|
||||
|
||||
Reference in New Issue
Block a user