Vibe coded benchmark command part3

This commit is contained in:
henryruhs
2025-06-15 20:26:20 +02:00
parent 45fbac0220
commit 0f92cdfab1

View File

@@ -56,5 +56,4 @@ def start(benchmark_resolutions : List[str], benchmark_cycles : int) -> Generato
state_manager.sync_item('execution_thread_count')
state_manager.sync_item('execution_queue_count')
for benchmarks in benchmarker.run_with_progress():
yield [ list(benchmark.values()) for benchmark in benchmarks ]
yield from benchmarker.run()