(self)
| 303 | self.logger.info(f"Created comprehensive benchmark summary with {len(summary_df)} records at {summary_file}") |
| 304 | |
| 305 | def close(self): |
| 306 | if self.use_database and self.conn: |
| 307 | self.conn.close() |
| 308 | |
| 309 | |
| 310 | logger = logging.getLogger(__name__) |
no outgoing calls