attck metrics

This commit is contained in:
2026-07-08 00:25:07 +02:00
parent 026ca47800
commit eb8060fc05
37 changed files with 1649 additions and 66 deletions

View File

@@ -40,10 +40,12 @@ class Strategy:
execution_time = end_time - start_time
# Log to the strategy's specific file
'''
Util.log_metric(
log_file=log_file,
execution_time=execution_time
)
'''
print(f"[{self.strategy_name}] Completed in {execution_time:.6f} seconds. Saved to {log_file}")