Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-roboflow committed Jul 18, 2024
1 parent 2bd9332 commit 7073d67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inference_cli/lib/benchmark/api_speed.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ def execute_workflow_api_request(
batch_size=request_batch_size, duration=duration
)
except Exception as exc:
print(exc)
duration = time.time() - start
results_collector.register_inference_duration(
batch_size=request_batch_size, duration=duration
Expand Down

0 comments on commit 7073d67

Please sign in to comment.