fix(test): Restore performance threshold bounds and add profiling to test

This commit is contained in:
2026-03-07 20:45:57 -05:00
parent 4c2cfda3d1
commit f07b14aa66
2 changed files with 2 additions and 4 deletions

View File

@@ -26,6 +26,8 @@ def test_performance_benchmarking(live_gui: tuple) -> None:
client = ApiHookClient()
# Wait for app to stabilize and render some frames
time.sleep(3.0)
client.set_value("perf_profiling_enabled", True)
time.sleep(0.5)
# Collect metrics over 5 seconds
fps_values = []
cpu_values = []