We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8231fdc commit a9815adCopy full SHA for a9815ad
1 file changed
Ironwood/src/benchmark_utils.py
@@ -193,7 +193,6 @@ def multiple_iteration_get_metrics_from_trace(trace: dict[str, Any], task: str =
193
marker_done_events = marker_call_done_events
194
unique_pids = set([e["pid"] for e in marker_done_events])
195
print(f"Unique PIDs: {unique_pids}")
196
- print("Stop!!!!!!!!!")
197
if not marker_done_events:
198
event_matcher = re.compile(task)
199
0 commit comments