ready
This commit is contained in:
@@ -40,12 +40,11 @@ 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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user