Skip to content

Commit 2aecc31

Browse files
committed
remove
1 parent c7e3abb commit 2aecc31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eval_protocol/pytest/priority_scheduler.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,10 @@ async def _run_eval(rows_to_eval: Union[EvaluationRow, List[EvaluationRow]]):
255255
self.active_rollouts[task.row_index].add(idx)
256256
await self._update_rollout_pbar_postfix()
257257

258-
start_time = time.perf_counter()
259258
try:
260259
async for result_row in rollout_processor_with_retry(
261260
self.rollout_processor, [row], task.config, idx, disable_tqdm=True
262261
):
263-
rollout_duration = time.perf_counter() - start_time
264-
result_row.execution_metadata.rollout_duration_seconds = rollout_duration
265262
batch_results.append(result_row)
266263

267264
# Update rollout progress bar

0 commit comments

Comments
 (0)